How do I set the wait time during program execution?
Ältere Kommentare anzeigen
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 Kommentar
Lukas
am 6 Mai 2025
Maybee
after(1,'sec')
Antworten (1)
Matt Fig
am 21 Mai 2011
pause(1)
Kategorien
Mehr zu Numeric Types finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!