📄 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 + -