?? 3-9.m
字號(hào):
%例程3-9 產(chǎn)生非周期方波
t=-1:1/1E3:1;
x=tripuls(t,0.3);
y=tripuls(t,0.3,-0.8);
subplot(2,1,1);
plot(t,x);
subplot(2,1,2);
plot(t,y);
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -