MATLAB Programming Fundamentals - MathWorks

(やまだぃちぅ) #1

Create Pie Chart


Create a pie chart directly from a categorical array.


figure
pie(SelfAssessedHealthStatus);
title('Self Assessed Health Status From 100 Patients')


Plot Categorical Data
Free download pdf