How do I set the wait time during program execution?

775 ビュー (過去 30 日間)
YIMING
YIMING 2011 年 5 月 21 日
Suppose I've got two lines of code, and want to set a 1-second time interval after the execution of sentence 1, but before sentence 2. How do I achieve this?
sentence 1;
wait time (1 second);
sentence 2;

回答 (1 件)

Matt Fig
Matt Fig 2011 年 5 月 21 日
pause(1)
Also, see the help for the PAUSE function.

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by