matlab.mixin.CustomDisplay.getDetailedHeader

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

Returns default detailed header for object display

Syntax

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

Description

header = matlab.mixin.CustomDisplay.getDetailedHeader(obj) returns text containing:

  • Linked class name of obj

  • Link to handle documentation if obj is a handle class

  • The text 'with properties:'

Input Arguments

obj

MATLAB® object

Output Arguments

header

Text containing the full detailed header, with properly inserted links if the display supports hypertext linking

Attributes

Statictrue
AccessProtected
Sealedtrue
Hiddentrue

To learn about attributes of methods, see Method Attributes.