uiknob
Create knob component
Syntax
Description
creates a knob in a new
figure window and returns the kb
= uiknobKnob
object.
MATLAB® calls the uifigure
function to create the
figure.
specifies the knob style.kb
= uiknob(style
)
creates the knob in the specified parent container. The parent can be a kb
= uiknob(parent
)Figure
object or one of its child
containers.
specifies object properties using one or more kb
= uiknob(___,Name,Value
)Name,Value
pair
arguments. Use this option with any of the input argument combinations in the
previous syntaxes.