Matlab程序畫柱狀圖

一、源程序 Y = round(rand(5,3)*10); figure; subplot(2,2,1); bar(Y,'grouped'); title('Group') subplot(2,2,2); bar(Y,'stacked'); title('Stack') subplot(2,2,3); bar(Y,'histc'); title('Histc') subplot(2,2,4);
相關文章
相關標籤/搜索