PAUSE4

Version 1.2.0.0 (1,72 KB) von Jiro Doke
Create true pause intervals while executing other lines of code.
1,9K Downloads
Aktualisiert 7. Jan 2010

Lizenz anzeigen

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.

Zitieren als

Jiro Doke (2026). PAUSE4 (https://de.mathworks.com/matlabcentral/fileexchange/6834-pause4), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R13SP1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.2.0.0

Copyright update.

1.1.0.0

Add BSD license.

1.0.0.0