Main Content

matlab.mixin.CustomDisplay.getSimpleHeader

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) returns the text containing the linked class name for obj and the phrase 'with properties'.

Input Arguments

expand all

Object array to return simple header for. The class of obj must be derived from matlab.mixin.CustomDisplay.

Attributes

Statictrue
Accessprotected
Sealedtrue
Hiddentrue

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2013b