matlab.mixin.CustomDisplay.getClassNameForHeader

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

Return class name for display

Syntax

name = matlab.mixin.CustomDisplay.getClassNameForHeader(obj)

Description

name = matlab.mixin.CustomDisplay.getClassNameForHeader(obj) returns the class name of obj. If the display supports hypertext links, the text is linked to the help for the class of obj.

Use this method when building a custom display that includes the class name, but differs from the default header.

Input Arguments

obj

MATLAB® object

Output Arguments

name

The simple class name, linked to the help for the class if the display supports hypertext links

Attributes

Statictrue
AccessProtected
Sealedtrue
Hiddentrue

To learn about attributes of methods, see Method Attributes.