How to speed up UIAxes in App Designer
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Profile and Improve Performance 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!