| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
start(obj)
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:
The first TimerFcn callback completes, if ExecutionMode is 'singleShot'.
The number of TimerFcn callbacks specified in TasksToExecute have been executed.
The stop(obj) command is issued.
An error occurred while executing a TimerFcn callback.
![]() | Stairseries Properties | startat | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |