?? exm07412_1.m
字號:
%exm07412_1.m
x=-2:2;
Y=[3,5,2,4,1;3,4,5,2,1;5,4,3,2,5];
clf,shg
subplot(1,2,1),bar(x',Y','stacked')
xlabel('x'),ylabel('\Sigma y'),colormap(cool)
legend('因素A','因素B','因素C')
subplot(1,2,2),barh(x',Y','grouped')
xlabel('y'),ylabel('x')
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -