Create drop-down component
creates a drop-down in a
new figure window and returns the dd
= uidropdownDropDown
object.
MATLAB® calls the uifigure
function to create the
figure.
specifies object properties using one or more dd
= uidropdown(___,Name,Value
)Name,Value
pair
arguments. Use this option with any of the input argument combinations in the
previous syntaxes. Use the Name,Value
pair,
Editable,'on'
to specify a drop-down component that allows
the app user to type text into the drop-down component or select a predefined
option.