Another text Waitbar

A text progressbar, faster than the graphical Matlab waitbar

Sie verfolgen jetzt diese Einreichung

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.

Zitieren als

Joseph (2026). Another text Waitbar (https://de.mathworks.com/matlabcentral/fileexchange/16213-another-text-waitbar), MATLAB Central File Exchange. Abgerufen .

Quellenangaben

Inspiriert von: progress

Kategorien

Mehr zu App Building finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0

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