waitbar with time estimation
This version of waitbar is compatible with MATLAB's version. Thus, doesn't require any modification of existing functions using the waitbar. However, the property settings include with MATLAB's version will not be recognized.
This program is a heavily modified version of timebar.m by Chad English.
Cite As
Andrew (2024). waitbar with time estimation (https://www.mathworks.com/matlabcentral/fileexchange/22161-waitbar-with-time-estimation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.5.0.0 | I fixed a problem with updating messages. |
||
1.4.0.0 | As suggested in the comment, I changed the pause(10e-120) to drawnow. Thanks for that tip, there is always something to learn. |
||
1.3.0.0 | I believe I fixed the bug mentioned in the comments, please contact me if any problems are encountered. |
||
1.2.0.0 | Fixed problem of comparability with existing MATLAB's waitbar.m. |
||
1.0.0.0 |