Main Content
matlab.mixin.CustomDisplay.getClassNameForHeader
Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin
Return class name for display
Syntax
name = matlab.mixin.CustomDisplay.getClassNameForHeader(obj)
Description
returns the class name of name
= matlab.mixin.CustomDisplay.getClassNameForHeader(obj
)obj
. If the display supports hypertext links,
the class name 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.
Input Arguments
Attributes
Static | true |
Access | protected |
Sealed | true |
Hidden | true |
To learn about attributes of methods, see Method Attributes.
Examples
See Customize Display of Object Arrays for an example of how to use getClassNameForHeader
.
Version History
Introduced in R2013b