Documentation

setdisp

Class:matlab.mixin.SetGet
Package:matlab.mixin

Customize set method display

Syntax

setdisp(h)

Description

setdisp(h)called bysetwhenset被称为没有输出参数和一个在吗put argument that is a scalar handle. Override thismatlab.mixin.SetGetclass method in a subclass to change how property information is displayed in the command window.

Input Arguments

expand all

Object handle whose settable properties and their possible values are to be displayed.

Attributes

Access public

To learn about attributes of methods, seeMethod Attributes.

Was this topic helpful?