Main Content

getdisp

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

Customize get method display

Syntax

getdisp(h)

Description

getdisp(h) called by get when get 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

Accesspublic
Hiddentrue

To learn about attributes of methods, see Method Attributes.