delete
delete handle objects.
Syntax
delete(h)
Input argument
h - a handle object: scalar or matrix.
Description
delete(h) removes from memory the handle objects referenced by h.
When deleted, any references to the objects in h become invalid.
To remove the handle variables, use the clear function.
See clear function about how to force delete with clear function.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated