How to speed up UIAxes in App Designer

8 vues (au cours des 30 derniers jours)
Fabian Gock
Fabian Gock le 1 Août 2018
Commenté : Fabian Gock le 5 Août 2018
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

Réponse acceptée

Chris Portal
Chris Portal le 4 Août 2018
Hard to say for sure without seeing the surrounding code, but you may need a call to DRAWNOW in your for loop.
Alternatively, UIPROGRESSDLG was designed for this kind of use case. It’s not embeddabke into the app (it’s a modal floating dialog), but it would likely work for you, assuming you’re on R2018a.
  1 commentaire
Fabian Gock
Fabian Gock le 5 Août 2018
Thanks Chris,
I will try the DRAWNOW command and let you know whether it works or not. I know about the UIPROGRESSDLG but tried to avoid using it because I wanted an embedded solution.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits


Version

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by