Status / progress indicator
Statusbar is a simple GUI to display the progress of a lengthy computation. It displays the current state and the elapsed time as well as the estimated time to finish.
On confirmation, the user can interrupt the computation by closing the window. At every update, the application program is signaled if it should stop or continue.
Statusbar minimizes processor load by updating only if either the elapsed time or the progress changed (i.e. at most once per second or 0.4% advance).
Cite As
Marcel Leutenegger (2024). Status / progress indicator (https://www.mathworks.com/matlabcentral/fileexchange/5912-status-progress-indicator), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: statusbar2, statusbar3, Wavelet Subband coding for speaker recognition
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.0.0.0 | Added a switch to show/hide all or a specific status bar. A hidden status bar does consume even less processing time because no redraw is needed. Also useful to hide client status bars in nested processing routines. |