📄 mshowboth.m
字号:
%show both
sf=1;
lm=length(chb);
i=0:1:lm-1;
set(gcf,'Name','Show Both');
plot(i/sf,cho,'b');
hold on;
plot(i/sf,chb,'r');
hold off;
ylabel('show both');
xlabel('time (s)');
title('show both');
grid on;
set(gca,'NextPlot','replacechildren');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -