statusbarTimer
版本 1.10.0.0 (68.2 KB) 作者:
Robert
Adds a count-up timer to the status bar of the Command Window or a figure
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.
引用格式
Robert (2024). statusbarTimer (https://github.com/raaperrotta/statusbarTimer), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2016a
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Entering Commands 的更多信息
标签
致谢
参考作品: statusbar, parseTime, num2sepstr
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。