Plotting Data with a Web App
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Web App Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!