Another text Waitbar

Versión 1.0.0.0 (2,19 KB) por Joseph
A text progressbar, faster than the graphical Matlab waitbar
1,6K descargas
Actualizado 7 sep 2007

Sin licencia

It's one .m file, with examples included.

It's fast, the title can be changed, it supports bars for nested loops, and the bar can be erased at the end.

The only problem is that you can't print anything while using this bar (this is true for all the text bar actually). Just print it before or after.

There are 5 examples, including one that shows how to print an estimate of the remaining time.

Any suggestions of improvements are welcome.

Citar como

Joseph (2024). Another text Waitbar (https://www.mathworks.com/matlabcentral/fileexchange/16213-another-text-waitbar), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2006b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Dialog Boxes en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: progress

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Some speed improvements, and an example of nested bars. I also completed the description.