📄 a10.m
字号:
t=0:0.01:20;
subplot(221)
y1=sawtooth(t);
plot(t,y1)
subplot(222)
y2=sawtooth(t,0.2)
plot(t,y2)
subplot(223)
y3=sawtooth(t,0.5)
plot(t,y3)
subplot(224)
y4=sawtooth(t,1)
plot(t,y4)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -