Main Content
uigauge
Create gauge component
Syntax
Description
creates a circular gauge in a
new figure and returns the g
= uigaugeGauge
object. MATLAB® calls the uifigure
function to create the
figure.
creates a gauge of the specified style. The gauge style can be
g
= uigauge(style
)"circular"
, "linear"
,
"ninetydegree"
, or "semicircular"
.
specifies gauge properties using one or more name-value arguments in addition to any of
the input argument combinations in the previous syntaxes. For example,
g
= uigauge(___,Name,Value
)uigauge("Value",10)
creates a gauge with a value of 10.
Examples
Input Arguments
Version History
Introduced in R2016a