PAUSE4

버전 1.2.0.0 (1.72 KB) 작성자: Jiro Doke
Create true pause intervals while executing other lines of code.
다운로드 수: 1.9K
업데이트 날짜: 2010/1/7

라이선스 보기

PAUSE4 Run code while pausing for specified time.

PAUSE4(n) ... PAUSE4 should be used as a clause that wraps code that is intended to run during a specified interval. n is in seconds, and it can be fractional. PAUSE4 without any arguments completes the pause routine.

Example:
PAUSE4(2);
<code 1>
PAUSE4;
<code 2>

This will run <code 1> during "pause" period, and <code 2> will be executed 2 seconds after PAUSE4(2) command.

This is useful if you want to maintain a regular interval, but do not want intermediate code to disrupt the interval. If the execution of <code 1> is longer than the pause period, <code 2> will execute immediately after the clause.

인용 양식

Jiro Doke (2024). PAUSE4 (https://www.mathworks.com/matlabcentral/fileexchange/6834-pause4), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Copyright update.

1.1.0.0

Add BSD license.

1.0.0.0