diff options
-rw-r--r-- | xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m | 4 | ||||
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/pp_I2.m | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m b/xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m index ea75b38..3e5c174 100644 --- a/xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m +++ b/xmds2/Nlevels_no_dopler_with_z_4wm/pp_I2.m @@ -31,8 +31,8 @@ tmax= 0.4; ylim([tmin,tmax],'manual'); xlabel('z (cm)') ylabel('t (uS)') -zlabel('I_2') -title('I_2') +zlabel('I_4') +title('I_4') print('-color','-depsc2', '-tight', '-S200,120', 'fields_propagation_I4.eps') map2dat('I4.dat',z_1,t_1, I4_out_1, xskip, yskip); diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/pp_I2.m b/xmds2/Nlevels_with_doppler_with_z_4wm/pp_I2.m index f632d0a..6b90568 100644 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/pp_I2.m +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/pp_I2.m @@ -31,8 +31,8 @@ tmax= 0.4; ylim([tmin,tmax],'manual'); xlabel('z (cm)') ylabel('t (uS)') -zlabel('I_2') -title('I_2') +zlabel('I_4') +title('I_4') print('-color','-depsc2', '-tight', '-S200,120', 'fields_propagation_I4.eps') map2dat('I4.dat',z_1,t_1, I4_out_1, xskip, yskip); |