uislider
Create slider or range slider component
Syntax
Description
creates a standard slider
in a new figure window and returns the sld = uisliderSlider
object. MATLAB® calls the uifigure function to create the
figure.
creates a slider of the specified style. Specify sld = uislider(style)style as
"range" to create a range slider instead of a standard
one.
creates the slider in the specified parent container. The parent can be a sld = uislider(parent)Figure object or one of its child containers.
specifies sld = uislider(___,Name,Value)Slider properties using one or more
name-value arguments in addition to any of the input argument combinations in
previous syntaxes. For example, uislider("Value",50) creates a
slider with a value of 50.








