三维直方图 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 136 点赞 2 评论 206 浏览