Main Content
getHeader
Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin
Build customized display header text
Syntax
s = getHeader(obj)
Description
returns
the text s
= getHeader(obj
)s
used as the header when displaying the object array
obj
. This method is called once for the entire object array.
Override this method to create a custom header. The overriding implementation must support
all states of the object, including scalar, nonscalar, empty, and deleted (if
obj
is an instance of a handle class).
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2013b