job timer

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?

 Respuesta aceptada

Alex Taylor
Alex Taylor el 4 de Nov. de 2011

0 votos

Check out the MATLAB function waitbar:

1 comentario

Alex Taylor
Alex Taylor el 4 de Nov. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre App Building en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 4 de Nov. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by