summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2016-04-27 11:24:10 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2016-04-27 11:24:10 -0400
commite18c7e153a2abbd17f4829bb0cdc70e1db2062fe (patch)
tree6bcb35992adac51ad91ab73fe3c6b946efb05275
parent28b07b24d5a86d7adc957129943bc4e453dae008 (diff)
downloadnoisy_eit_xmds-e18c7e153a2abbd17f4829bb0cdc70e1db2062fe.tar.gz
noisy_eit_xmds-e18c7e153a2abbd17f4829bb0cdc70e1db2062fe.zip
fixed labels for beam map propagation
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m24
1 files changed, 12 insertions, 12 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 0991c97..8bdf885 100644
--- a/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m
+++ b/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m
@@ -4,24 +4,24 @@ Nlevels_with_MOR
z_1=z_1*100; % z in cm
t_1=t_1*1e6; % time now measured in uS
figure(1)
-subplot(2,2,1); imagesc(z_1, t_1, IdL_out_1); colorbar
-xlabel('z (cm)')
-ylabel('t (uS)')
+subplot(2,2,1); imagesc(t_1, z_1, IdL_out_1); colorbar
+ylabel('z (cm)')
+xlabel('t (uS)')
zlabel('I_{dL}')
title('I_{dL}')
-subplot(2,2,2); imagesc(z_1, t_1, IpL_out_1); colorbar
-xlabel('z (cm)')
-ylabel('t (uS)')
+subplot(2,2,2); imagesc(t_1, z_1, IpL_out_1); colorbar
+ylabel('z (cm)')
+xlabel('t (uS)')
zlabel('I_{pL}')
title('I_{pL}')
-subplot(2,2,3); imagesc(z_1, t_1, IdR_out_1); colorbar
-xlabel('z (cm)')
-ylabel('t (uS)')
+subplot(2,2,3); imagesc(t_1, z_1, IdR_out_1); colorbar
+ylabel('z (cm)')
+xlabel('t (uS)')
zlabel('I_{dR}')
title('I_{dR}')
-subplot(2,2,4); imagesc(z_1, t_1, IpR_out_1); colorbar
-xlabel('z (cm)')
-ylabel('t (uS)')
+subplot(2,2,4); imagesc(t_1, z_1, IpR_out_1); colorbar
+ylabel('z (cm)')
+xlabel('t (uS)')
zlabel('I_{pR}')
title('I_{pR}')