matlab.mixin.CustomDisplay.getDetailedHeader - Return default detailed header for object display - MATLAB (original) (raw)
Main Content
Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin
Return default detailed header for object display
Syntax
header = matlab.mixin.CustomDisplay.getDetailedHeader(obj)
Description
[header](#mw%5F881478a9-1d9f-4138-9e24-84d815dff657) = matlab.mixin.CustomDisplay.getDetailedHeader([obj](#mw%5F19bdc6d6-e714-4c61-924a-e76d20305e95))
returns descriptive text about obj
.
Input Arguments
Object to return detailed header for. The class of obj
must be derived from matlab.mixin.CustomDisplay
.
Output Arguments
Descriptive text, returned as a character vector.
For scalar objects, the text includes:
- Class name of
obj
, rendered as a link that opens a summary of the class members and attributes - Link to handle documentation if
obj
is a handle class - The text
'with properties:'
For object arrays, including empty arrays, the text includes:
- The dimensions of the array
obj
- Class name of
obj
, rendered as a link that opens a summary of the class members and attributes - Link to handle documentation if
obj
is a handle class - The text
'array with properties:'
The linked text renders as plain text if the display does not support links.
Attributes
Static | true |
---|---|
Access | protected |
Sealed | true |
Hidden | true |
To learn about attributes of methods, seeMethod Attributes.
Version History
Introduced in R2013b