23.06.2015 Views

MATLAB Programming

MATLAB Programming

MATLAB Programming

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Starting and Stopping Timers<br />

2 Start the timer object running.<br />

start(t)<br />

3 After the start function returns, call the wait function immediately. The<br />

wait function blocks the command line until the timer object fires.<br />

wait(t)<br />

4 Delete the timer object after you are finished using it.<br />

delete(t)<br />

10-13

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!