Class: matlab.mixin.CustomDisplay
Package: matlab.mixin
Return class name for display
name = matlab.mixin.CustomDisplay.getClassNameForHeader(obj)
returns
the class name of name
= matlab.mixin.CustomDisplay.getClassNameForHeader(obj
)obj
. If the display supports
hypertext links, the text is linked to the help for the class of obj
.
Use this method when building a custom display that includes the class name, but differs from the default header.
|
MATLAB® object |
|
The simple class name, linked to the help for the class if the display supports hypertext links |
Static | true |
Access | Protected |
Sealed | true |
Hidden | true |
To learn about attributes of methods, see Method Attributes.