| MATLAB Function Reference | ![]() |
Syntax
Description
stop(obj)
stops the timer, represented by the timer object, obj. If obj is an array of timer objects, the stop function stops them all. Use the timer function to create a timer object.
The stop function sets the Running property of the timer object, obj, to 'off', halts further TimerFcn callbacks, and executes the StopFcn callback.
See Also
| stem3 | stopasync | ![]() |