uieditfield
Create text or numeric edit field component
Syntax
Description
creates a text edit
field in a new figure and returns the ef
= uieditfieldEditField
object. MATLAB® calls the uifigure
function to create the
figure.
creates a text edit field in the specified parent container. The parent can be a
ef
= uieditfield(parent
)Figure
object or one of its child containers.
creates an edit field of the specified style. The edit field style can be
ef
= uieditfield(style
)"text"
or "numeric"
.
creates an edit field with properties specified by one or more name-value arguments.
For example, specify the edit field value using the ef
= uieditfield(___,Name,Value
)Value
property. Use this option with any of the input argument combinations in the
previous syntaxes.