?? jiaoantu3_10.m
字號:
w=-3*pi:0.001*pi:3*pi;
P4=4*sin(2*w)./(2*w);
P2=2*sin(w)./(w);
subplot(3,1,1)
plot(w,P4),axis([-10,10,-2,5])
subplot(3,1,2)
plot(w,P2),axis([-10,10,-2,5])
subplot(3,1,3)
plot(w,P4+P2),axis([-10,10,-2,7])
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -