三维直方图 Y=cool(8);subplot(221);bar3(Y,'detached');title('Detached');subplot(222);bar3(Y,'grouped');title('Grouped');subplot(223);bar3(Y,'stacked');title('Stacked');subplot(224);bar3(Y,0.3,'stac... 人工智能 2024-09-17 129 点赞 1 评论 195 浏览