Another text Waitbar

バージョン 1.0.0.0 (2.19 KB) 作成者: Joseph
A text progressbar, faster than the graphical Matlab waitbar
ダウンロード: 1.6K
更新 2007/9/7

ライセンスがありません

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.

引用

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

MATLAB リリースの互換性
作成: R2006b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDialog Boxes についてさらに検索
謝辞

ヒントを得たファイル: progress

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

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