?? 3-3.m
字號(hào):
%例程3-3 產(chǎn)生方波波形
t=0:0.1*pi:4*pi;
x=square(t);
y=square(t,30);
subplot(2,1,1);
plot(t,x);
axis([0 5*pi -1.5 1.5]);
subplot(2,1,2);
plot(t,y);
axis([0 5*pi -1.5 1.5]);
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -