draw3.m

来自「3D加速信号处理」· M 代码 · 共 15 行

M
15
字号
subplot(611);
plot(MK1,'r');grid on;ylabel('Signal 1');
subplot(612);
plot(NorMK1,'r');grid on;

subplot(613);
plot(MK2,'b');grid on;ylabel('Signal 2');
subplot(614);
plot(NorMK2,'b');grid on;

subplot(615);
plot(MK3,'m');grid on;ylabel('Signal 3');
subplot(616);
plot(NorMK3,'m');grid on;
axis([0 7000 -1 1]);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?