matlab.mixin.CustomDisplay.getDeletedHandleText
Class: matlab.mixin.CustomDisplay
Package: matlab.mixin
Returns text for handle to deleted object display
Syntax
handleText = matlab.mixin.CustomDisplay.getDeletedHandleText
Description
returns
the text:handleText
= matlab.mixin.CustomDisplay.getDeletedHandleText
'handle to deleted'
The text is linked to the documentation on deleted handle objects.
Output Arguments
|
Text |
Attributes
Static | true |
Access | Protected |
Sealed | true |
Hidden | true |
To learn about attributes of methods, see Method Attributes.