Another text Waitbar

A text progressbar, faster than the graphical Matlab waitbar

您现在正在关注此提交

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 (2026). Another text Waitbar (https://ww2.mathworks.cn/matlabcentral/fileexchange/16213-another-text-waitbar), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: progress

类别

Help CenterMATLAB Answers 中查找有关 App Building 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

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