Plotting Data with a Web App
Ältere Kommentare anzeigen
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 Kommentar
Mohammad Sami
am 28 Jan. 2020
Can you check the server logs to see if it returned any errors ?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB Web App Server finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!