job timer

1 vue (au cours des 30 derniers jours)
Baba
Baba le 4 Nov 2011
I'm doing some reading and manipulation of a very large text file and this takes alot of time. Is there a way to have a status bar of how much time is left to complete a job once you hit the run button?

Réponse acceptée

Alex Taylor
Alex Taylor le 4 Nov 2011
Check out the MATLAB function waitbar:
  1 commentaire
Alex Taylor
Alex Taylor le 4 Nov 2011
Disclaimer: This solution will only work for you if you are able to pass the update value to waitbar to increment the bar. If you are doing your reading/manipulation in a loop, this might work fine for you. If you are doing this reading/manipulation in built-in MATLAB functions, this might not work for you.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Dialog Boxes dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by