Another text Waitbar

版本 1.0.0.0 (2.2 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 CenterMATLAB Answers 中查找有关 Dialog 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.