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