sanjiaobo.m
来自「一个DCT函数的程序」· M 代码 · 共 10 行
M
10 行
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 + =
减小字号Ctrl + -
显示快捷键?