📄 draw3.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -