📄 a11.m
字号:
x=-4*pi:0.01:4*pi;
y1=sinc(x);
y2=diric(x,7);
y3=diric(x,8);
subplot(311)
plot(x,y1)
axis tight
subplot(312)
plot(x,y2)
axis tight
subplot(313)
plot(x,y3)
axis tight
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -