Create circular, linear, ninety-degree, or semicircular gauge component
Use only with App Designer or figures
created with the uifigure
function. Apps
created with GUIDE or the figure
function do
not support gauge components.
creates
a circular gauge in a new UI figure window and returns the gauge object.g
= uigauge
specifies
the gauge style.g
= uigauge(style
)
specifies
the parent object in which to create the gauge. The parent object
must be a UI figure window, or a tab, panel, or button group within
a UI figure window. g
= uigauge(parent
)
specifies
gauge properties using one or more g
= uigauge(___,Name,Value
)Name,Value
pair
arguments. Use this option with any of the input argument combinations
in the previous syntaxes.