a11.m

来自「the file contain many matlab signal sour」· M 代码 · 共 14 行

M
14
字号
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 + =
减小字号Ctrl + -
显示快捷键?