28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

isvalid (timer)<br />

2isvalid (timer)<br />

Purpose Determine if timer object is valid<br />

Syntax out = isvalid(obj)<br />

Description out = isvalid(obj) returns a logical array, out, that contains a 0 where the<br />

elements of obj are invalid timer objects and a 1 where the elements of obj are<br />

valid timer objects.<br />

2-1278<br />

An invalid timer object is an object that has been deleted and cannot be reused.<br />

Use the clear command to remove an invalid timer object from the workspace.<br />

Examples Create a valid timer object.<br />

t = timer;<br />

out = isvalid(t)<br />

out =<br />

See Also timer, delete<br />

1<br />

Delete the timer object, making it invalid.<br />

delete(t)<br />

out1 = isvalid(t)<br />

out1 =<br />

0

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

Saved successfully!

Ooh no, something went wrong!