Files
matlab-learning/c5_5_14.m
2025-10-20 10:11:16 +08:00

3 lines
106 B
Matlab

pie([7,17,23,19,5],[0,0,0,0,1]);
title('饼图');
legend('优秀','良好','中等','及格','不及格');