Plotting Data with a Web App
6 views (last 30 days)
Show older comments
I'm trying to use a Matlab web app to read data from an excel spreadsheet and use it to populate a bar graph. Works perfectly in the appdesigner software but when I try to run it online via the web server it's incredibly slow and even though it reads in the data the bar graph never updates? I have some text in the gui update as the last step in the function and that's working so I know it's making it through the plotting functions but the actual graph itself never shows up. Is displaying plots too heavy of a task for the web server? Are there certain performance characteristics needed on the computer the server is intalled on for optimal performance? Thanks.
1 Comment
Accepted Answer
More Answers (0)
See Also
Categories
Find more on MATLAB Web App Server in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!