Progressbar

バージョン 1.0.0.0 (6.3 KB) 作成者: Dirk Poot
Progress indicator, multiple levels possible, easier to use and much more versatile than the buitin
ダウンロード: 2K
更新 2007/9/6

ライセンスがありません

Key features:
- multiple levels possible,
- indicates the time remaining (with uncertainty estimate)
- Can show a 'debug' button, to interrupt the computations and go to the MATLAB debugging environment
- can take any start/end value, not only the waitbar default range of 0 to 1

Example usage:
progressbar('start',10,'A progressbar demonstration','EstTimeLeft','on');
for k=1:10;
pause(1);
progressbar(k);
end;
progressbar('ready');

See help progressbar for all options.

引用

Dirk Poot (2024). Progressbar (https://www.mathworks.com/matlabcentral/fileexchange/16265-progressbar), MATLAB Central File Exchange. 取得済み .

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

ヒントを与えたファイル: Nth_Oct_Hand_Arm_&_AC_Filter_Tool_Box

Community Treasure Hunt

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

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