progressdots - Progress Status

版本 1.0.0.0 (1014 字节) 作者: Frank González-Morphy
PROGRESSDOTS does show a progress status through dots at the MATLAB Command Window.
1.5K 次下载
更新时间 2004/11/30

无许可证

PROGRESSDOTS use a fprintf(2,<text>) command to display dots on the MATLAB Command Window to show a progress status of a working function. These could be helpful to give the user the impresion that the program or function does still work and is in progress.

PROGRESSDOTS() does use 5 dots every 1 second.

PROGRESSDOTS(10) does use entered amount of dots, here 10 and these are displayed every 1 second.

PROGRESSDOTS(20,4) does display 20 dots every 4 seconds.

SYNTAX: >> progressdots() % 5 dots every second
>> progressdots 6 % 6 dots every second
>> progressdots('20','3') % 20 dots every 3 seconds

Attached on the ZIP-File you will find a M-File, demofcn.m, which shows you a possible usage.

引用格式

Frank González-Morphy (2024). progressdots - Progress Status (https://www.mathworks.com/matlabcentral/fileexchange/6404-progressdots-progress-status), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

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