Main Content
displayScalarHandleToDeletedObject
Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin
Display format for deleted scalar handles
Syntax
displayScalarHandleToDeletedObject(obj)
Description
displayScalarHandleToDeletedObject(
is
called by the obj
)disp
method when obj
is:
An instance of a handle class
Scalar
A handle to a deleted object
The default display of this method is:
'handle to deleted myClass'
is the class of myClass
obj
.
The text is a link to the documentation on deleted handle objects if the display supports
links.
Input Arguments
Version History
Introduced in R2013b