uilamp
Create lamp component
Description
creates a lamp in a new
figure window and returns the lmp
= uilampLamp
object.
MATLAB® calls the uifigure
function to create
the figure.
creates the lamp in the specified parent container. The parent can be a lmp
= uilamp(parent
)Figure
object or one of its child
containers.
specifies lmp
= uilamp(___,Name,Value
)Lamp
properties using one or more
name-value arguments. For example, uilamp(Color="red")
creates a red lamp. For a list of all properties, see Lamp
. Use this option with any
of the input argument combinations in the previous syntaxes.
Examples
Input Arguments
Name-Value Arguments
Version History
Introduced in R2016a