| MATLAB Function Reference | ![]() |
Determine if timer object is valid
Syntax
Description
out = isvalid(obj)
returns a logical array, out, that contains a 0 where the elements of obj are invalid timer objects and a 1 where the elements of obj are valid timer objects.
An invalid timer object is an object that has been deleted and cannot be reused. Use the clear command to remove an invalid timer object from the workspace.
Examples
Delete the timer object, making it invalid.
See Also
| isunix | isvarname | ![]() |
© 1994-2005 The MathWorks, Inc.