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 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