wait - Wait until timer stops running
Syntax
wait(obj)
Description
wait(obj) blocks the MATLAB command
line and waits until the timer, represented by the timer object obj, stops running. When a timer stops running, the value
of the timer object's Running property changes
from 'on' to 'off'.
If obj is an array of timer objects, wait blocks the MATLAB command line until all the
timers have stopped running.
If the timer is not running, wait returns
immediately.
See Also
timer, start, stop
 | voronoin | | waitbar |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit