?? mm2619.m
字號:
% mm2619.mt = linspace(0,2*pi);r = sin(2*t).*cos(2*t);subplot(2,2,1)polar(t,r), title('Figure 26.19a: Polar Plot')
z = eig(randn(20));subplot(2,2,2)compass(z)title('Figure 26.19b: Compass Plot')subplot(2,2,3)feather(z)title('Figure 26.19c: Feather Plot')
subplot(2,2,4)v = randn(1000,1)*pi;rose(v)title('Figure 26.19d: Angle Histogram')
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -