Adds a count-up timer to the status bar of the Command Window or a figure
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
t = STATUSBARTIMER([h],[prefix],) sets the MATLAB status bar to the prefix
("Busy..." if omitted or left blank) followed by a running clock of the
elapsed time. STATUSBARTIMER uses a timer object named statusbarTimer
to keep track of the elapsed time and update the status bar text. The
function returns a handle to that timer object, which will delete
itself and reset the status bar when stop(t) is called.
Cite As
Robert (2026). statusbarTimer (https://github.com/raaperrotta/statusbarTimer), GitHub. Retrieved .
Acknowledgements
Inspired by: statusbar, parseTime, num2sepstr
General Information
- Version 1.10.0.0 (68.2 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
