Waitbar till a file is created after a process

Dear all, I have a minimization function with many nested functions, inside a matlab gui. This function starts after pressing a button. So, you realise that the time for the minimization process to end is not defined. When the minimization is ended a figure is exported! Does anyone know how to create a waitbar to count till the figure creation??? All waitbars need a loop with a step. However, the time for the minimization is different each time! Thank you!

1 commentaire

Jan
Jan le 23 Juin 2017
What should the waitbar display if the total time is unknown? Do you want a kind of sand clock?

Connectez-vous pour commenter.

 Réponse acceptée

Walter Roberson
Walter Roberson le 24 Juin 2017

0 votes

2 commentaires

abaza
abaza le 24 Juin 2017
Modifié(e) : abaza le 24 Juin 2017
Thank you Walter! It does what i want at least! However, how can I close the progressbar from my script and not pressing any button???? Because I try with close(fig) but nothing happens!!!
The progressbar is its own figure. Using the variables of the discussion linked to above, you should clear wb

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur App Building 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!

Translated by