Plotting Data with a Web App
Mostrar comentarios más antiguos
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 comentario
Mohammad Sami
el 28 de En. de 2020
Can you check the server logs to see if it returned any errors ?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB Web App Server en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!