diff options
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m index 3a7d382..ac157bf 100644 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/fast_to_slow_switch/pp_I2.m @@ -71,7 +71,7 @@ legend('location', 'southeast'); xlim([tmin,tmax],'manual'); ylim([0.5,1],'manual'); xlabel('t (uS)') -ylabel('I_2') +ylabel('I normalized') title('Fields before and after cell normalized') %set (gcf,'paperposition',[0.5 0 2.5,1.5]); % IMPORTANT to shrink eps size for readable fonts print('-color','-depsc2', '-tight','-S200,120', 'fields_before_after_cell_normalized.eps') |