matlab.mixin.SetGet.setdisp - Customize set method display - MATLAB (original) (raw)
Class: matlab.mixin.SetGet
Namespace: matlab.mixin
Customize set
method display
Syntax
setdisp(h)
Description
setdisp(h)
is called by set
whenset
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
Object handle whose settable properties and their possible values are to be displayed.
Attributes
Access | public |
---|---|
Hidden | true |
To learn about attributes of methods, seeMethod Attributes.
See Also
set | set(SetGet) | matlab.mixin.SetGet | getdisp