matlab.mixin.CustomDisplay.getSimpleHeader - Return simple header for object display - MATLAB (original) (raw)
Main Content
Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin
Return simple header for object display
Syntax
header = matlab.mixin.CustomDisplay.getSimpleHeader(obj)
Description
`header` = matlab.mixin.CustomDisplay.getSimpleHeader([obj](#mw%5F7d9d89cd-5052-4cd0-b250-4d31d02fe302))
returns the text containing the linked class name for obj
and the phrase'with properties'
.
Input Arguments
Object array to return simple header for. The class of obj
must be derived from matlab.mixin.CustomDisplay
.
Attributes
Static | true |
---|---|
Access | protected |
Sealed | true |
Hidden | true |
To learn about attributes of methods, seeMethod Attributes.
Version History
Introduced in R2013b