📄 plot_test.m
字号:
% run first analyze_test.mfac = 100; % factor to scale the differencesubplot(221)plot(t,ux(:,1),t,uxa(:,1), t,(ux(:,1)-uxa(:,1))*fac,'--')title('component X receiver 1')legend('SEM2DPACK','EX2DDIR','diff \times 100','Location','SE')subplot(222)plot(t,ux(:,2),t,uxa(:,2), t,(ux(:,2)-uxa(:,2))*fac,'--')title('component X receiver 2')subplot(223)plot(t,uz(:,1),t,uza(:,1), t,(uz(:,1)-uza(:,1))*fac,'--')title('component Z receiver 1')subplot(224)plot(t,uz(:,2),t,uza(:,2), t,(uz(:,2)-uza(:,2))*fac,'--')title('component Z receiver 2')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -