donut
2D donut chart.
Syntax
Section titled “Syntax”h = donut(values, ...)Description
Section titled “Description”Renders the pie chart with a hollow center — same data semantics as pie but visually distinct. Optional name-value pairs control the inner-radius and slice properties.
MathJet-specific (not in MATLAB).
Example
Section titled “Example”donut([30 40 30], 'Labels', {'A','B','C'})