matlab.mixin.CustomDisplay.getClassNameForHeader - Return class name for display - MATLAB (original) (raw)
Main Content
Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin
Return class name for display
Syntax
name = matlab.mixin.CustomDisplay.getClassNameForHeader(obj)
Description
`name` = matlab.mixin.CustomDisplay.getClassNameForHeader([obj](#mw%5F2a8e242e-4f60-4f36-996e-6c06e1528bd2))
returns the class name of 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
Object to return class name for.
Attributes
Static | true |
---|---|
Access | protected |
Sealed | true |
Hidden | true |
To learn about attributes of methods, seeMethod Attributes.
Examples
See Customize Display of Object Arrays for an example of how to use getClassNameForHeader
.
Version History
Introduced in R2013b