matlab.mixin.SetGet.getdisp - Customize get method display - MATLAB (original) (raw)

Class: matlab.mixin.SetGet
Namespace: matlab.mixin

Customize get method display

expand all in page

Syntax

getdisp(h)

Description

getdisp(h) is called by get whenget is called with no output arguments and a single input argument that is a scalar handle. Override this matlab.mixin.SetGet class method in a subclass to change how property information is displayed in the command window.

Input Arguments

expand all

Object handle whose gettable properties and their current values are to be displayed.

Attributes

Access public
Hidden true

To learn about attributes of methods, seeMethod Attributes.

See Also

get | get(SetGet)

Topics