MATLAB Function Reference |
Remove a timer object from memory
Syntax
Description
delete(obj)
removes the timer object, obj
, from memory. If obj
is an array of timer objects, delete
removes all the objects from memory.
When you delete a timer object, it becomes invalid and cannot be reused. Use the clear
command to remove invalid timer objects from the workspace.
If multiple references to a timer object exist in the workspace, deleting the timer object invalidates the remaining references. Use the clear
command to remove the remaining references to the object from the workspace.
See Also
delete (ftp) | demo |
© 1994-2005 The MathWorks, Inc.