Create label component
creates a label component
(with the text lbl
= uilabel'Label'
) in a new figure window and returns the
Label
object. MATLAB® calls the uifigure
function to create the
figure.
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.