Create text or numeric edit field component
Use only with App Designer or figures
created with the uifigure
function. When
using GUIDE or the figure
function, create an
edit field using uicontrol
.
creates
a text edit field in a new UI figure window and returns the edit field
object.edt
= uieditfield
creates
an edit field of the specified style.edt
= uieditfield(style
)
specifies
the object in which to create the edit field. The edt
= uieditfield(parent
)parent
must
be a UI figure window, or a tab, panel, or button group within a UI
figure window.
specifies
edit field properties using one or more edt
= uieditfield(___,Name,Value
)Name,Value
pair
arguments. Use this option with any of the input argument combinations
in the previous syntaxes.