Countdown

Creates a figure to countdown remaining time (minutes/seconds only).
ダウンロード: 4.2K
更新 2016/9/1

ライセンスの表示

Creates a figure to countdown remaining time (minutes/seconds only).

By default, the figure includes an optical illusion created with lines and patches. This can be turned off.

SYNTAX:
countdown(MINS)
countdown(MINS,SECS)
countdown(MINS,SECS,SHOWILLUSION)
(Third argument is optional; enter 0 to suppress optical illusion.)
Shows how to use timer objects and callbacks.

引用

Brett Shoelson (2024). Countdown (https://www.mathworks.com/matlabcentral/fileexchange/18165-countdown), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDates and Time についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.1

Updated license

1.2.0.0

Updated M file and license text file copyright to The MathWorks, Inc.

1.1.0.0

added copyright

1.0.0.0

Modified inputs to allow specification of ending message. Also provided a few examples for use.