summaryrefslogtreecommitdiff
path: root/MOR_5_levels_with_doppler_and_propagation
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2016-05-11 11:59:15 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2016-05-11 11:59:15 -0400
commit03846849a9452caf7dd75aaf39386c2db4112b61 (patch)
treec5fa2c77de846a947865c4e3271a3c06c190f5f1 /MOR_5_levels_with_doppler_and_propagation
parent6af9bb20e7cd64d0610126edc21212380b56002d (diff)
downloadnoisy_eit_xmds-03846849a9452caf7dd75aaf39386c2db4112b61.tar.gz
noisy_eit_xmds-03846849a9452caf7dd75aaf39386c2db4112b61.zip
more logical subplot placement left-right symmetry
Diffstat (limited to 'MOR_5_levels_with_doppler_and_propagation')
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m b/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m
index f346fab..a5d61a8 100644
--- a/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m
+++ b/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m
@@ -15,12 +15,12 @@ xlabel('z (cm)')
ylabel('t (uS)')
zlabel('I_{dL}')
title('I_{dL}')
-subplot(2,2,2); imagesc(z_1, (t_1), IpL_out_1.'); colorbar
+subplot(2,2,3); imagesc(z_1, (t_1), IpL_out_1.'); colorbar
xlabel('z (cm)')
ylabel('t (uS)')
zlabel('I_{pL}')
title('I_{pL}')
-subplot(2,2,3); imagesc(z_1, (t_1), IdR_out_1.'); colorbar
+subplot(2,2,2); imagesc(z_1, (t_1), IdR_out_1.'); colorbar
xlabel('z (cm)')
ylabel('t (uS)')
zlabel('I_{dR}')
@@ -49,7 +49,7 @@ title('I_{dL} before and after cell')
legend('before', 'after')
%%
-subplot(2,2,2);
+subplot(2,2,3);
plot( ...
t_1, (IpL_out_1(1,:)'), ...
t_1, (IpL_out_1(end,:)'), 'linewidth', 4 ...
@@ -60,7 +60,7 @@ title('I_{pL} before and after cell')
legend('before', 'after')
%%
-subplot(2,2,3);
+subplot(2,2,2);
plot( ...
t_1, (IdR_out_1(1,:)'), ...
t_1, (IdR_out_1(end,:)'), 'linewidth', 4 ...