statusbarTimer
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 (2024). statusbarTimer (https://github.com/raaperrotta/statusbarTimer), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired by: statusbar, parseTime, num2sepstr
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.