Countdown

버전 1.2.0.1 (2.55 KB) 작성자: Brett Shoelson
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 CenterMATLAB Answers에서 Dates 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.