statusbarTimer

Version 1.10.0.0 (68.2 KB) by Robert
Adds a count-up timer to the status bar of the Command Window or a figure
324 Downloads
Updated 23 Sep 2016

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
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Entering Commands in Help Center and MATLAB Answers
Tags Add 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!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.10.0.0

connected to github

1.2.0.0

Added links to File Exchange dependencies.

1.1.0.0

Added image

1.0.0.0

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.