How to speed up UIAxes in App Designer
Mostrar comentarios más antiguos
I created a progress bar in App Designer using UIAxes and barh().
The function, wich progress I want to display has a for-loop. So I simply plot barh(app.UIAxes, 0.5, progress) at the end of every iteration. (0.5 because YLim is 0 to 1 so the bar will be centered)
Now the problem is, that barh seems to be too slow to update and the bar will only be plottet at the last iteration (full bar, because function is completed)
Is there a workaround for this problem?
Thanks in advance and kind regards
-Fabian
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Profile and Improve Performance 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!