Plotting Data with a Web App
Afficher commentaires plus anciens
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 commentaire
Mohammad Sami
le 28 Jan 2020
Can you check the server logs to see if it returned any errors ?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Web App Server dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!