Main Content

matlab.mixin.CustomDisplay.getSimpleHeader

Class: matlab.mixin.CustomDisplay
Package: matlab.mixin

Return simple header for object display

Syntax

header = matlab.mixin.CustomDisplay.getSimpleHeader(obj)

Description

header = matlab.mixin.CustomDisplay.getSimpleHeader(obj) returns the default simple header for obj.

Input Arguments

obj

MATLAB® object.

Output Arguments

header

Text containing the linked class name and the phrase 'with properties'

Attributes

Statictrue
AccessProtected
Sealedtrue
Hiddentrue

To learn about attributes of methods, see Method Attributes.