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
2.0K 次下载
更新时间 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 CenterMATLAB Answers 中查找有关 Dialog Boxes 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0