📄 sanjiaobo.m
字号:
t=0:0.01:5;
subplot(3,1,1)
x=sawtooth(2*pi*t);
plot(t,x);
subplot(3,1,2)
y=sawtooth(2*pi*t,1);
plot(t,y);
subplot(3,1,3)
z=sawtooth(2*pi*t,0.5);
plot(t,z);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -