diff options
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/pp_I2.m | 5 |
1 files changed, 5 insertions, 0 deletions
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 6b90568..37e1fb5 100644 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/pp_I2.m +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/pp_I2.m @@ -1,3 +1,6 @@ +% suppress output of plots on display +set (0, "defaultfigurevisible", "off") + Nlevels_with_doppler_with_z_4wm %% field I2 propagation @@ -90,3 +93,5 @@ 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') +fid_stamp=fopen ("pp_I2.stamp", "a+"); +fclose (fid_stamp); |