?? ztripuls.m
字號:
%所指定的非周期三角波
t=0:0.01:1;
x1=tripuls(t,0.8);
x2=tripuls(t,0.4);
subplot(2,1,1),
plot(t,x1);
subplot(2,1,2),
plot(t,x2);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -