Text progress bar (CLI & GUI)

版本 1.3.0.0 (2.6 KB) 作者: Girmi Schouten
Generates a progressbar for display in the MATLAB command window or CLI
256.0 次下载
更新时间 2019/12/13

查看许可证

This function generates a textual bar which visualizes the progress of a task. Consecutive progress bars overwrite the previous instance instead of outputting on a new line, making updates seamless.
The number of segments as well as the characters which make up the progress bar (delimiters, completed, ...) are fully customizable.
Works for both GUI and CLI instances of MATLAB.

引用格式

Girmi Schouten (2024). Text progress bar (CLI & GUI) (https://www.mathworks.com/matlabcentral/fileexchange/66270-text-progress-bar-cli-gui), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019b
与 R2016b 及更高版本兼容
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Language Support 的更多信息

Community Treasure Hunt

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

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

Improved out of bounds handling and simplified code.

1.2.0.0

Updated character (cell) arrays to string arrays.
Percentage completed below 0 or above 1 now fails silently.

1.1.0.0

Using separate default characters for Windows because of Unicode incompatibility and improved documentation .
Improved title and tags

1.0.0.0

Expanded summary & description