Class: timer
Determine timer object validity
validCheck = isvalid(t)
determines timer
object validity and returns a logical array, validCheck
,
that contains a 0
where the elements of t
are
invalid timer objects and a 1
where the elements
of t
are valid timer objects.
An invalid timer object is an object that is deleted from memory
using delete
and cannot be reused. Use the clear
command
to remove an invalid timer object from the workspace.
|
Object or array of objects of class |
To return timer objects existing in memory, use the timerfind
and timerfindall
methods.
This practice is useful if the reference to the timer object is cleared
from the workspace (using the clear
function),
but the object has not been deleted from memory.
delete
| timer
| timerfind
| timerfindall