MATLAB Function Reference |
Syntax
Description
start(obj)
starts the timer running, represented by the timer object, obj
. If obj
is an array of timer objects, start
starts all the timers. Use the timer
function to create a timer object.
start
sets the Running
property of the timer object, obj
, to 'on'
, initiates TimerFcn
callbacks, and executes the StartFcn
callback.
The timer stops running if one of the following conditions apply:
TimerFcn
callback completes, if ExecutionMode
is 'singleShot'
.
TimerFcn
callbacks specified in TasksToExecute
have been executed.
stop(obj)
command is issued.
TimerFcn
callback.
See Also
Stairseries Properties | startat |
© 1994-2005 The MathWorks, Inc.