From 03846849a9452caf7dd75aaf39386c2db4112b61 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Wed, 11 May 2016 11:59:15 -0400 Subject: more logical subplot placement left-right symmetry --- MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MOR_5_levels_with_doppler_and_propagation') 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 ... -- cgit v1.2.3