MATLAB Function Reference Previous page   Next Page
start

Start timer(s) running

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:

See Also

timer, stop


Previous page  Stairseries Properties startat Next page

© 1994-2005 The MathWorks, Inc.