ex3025.m
来自「the file contain many matlab signal sour」· M 代码 · 共 13 行
M
13 行
figure(1)
n=0:10;
x=10*(0.8).^n;
y=cirshftt(x,6,15);
n=0:14;
x=[x,zeros(1,4)];
subplot(211)
stem(n,x);
axis([-1,15,-1,11])
subplot(212)
stem(n,y)
axis([-1,15,-1,11])
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?