summaryrefslogtreecommitdiff
path: root/xmds2
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-01-14 18:06:34 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2012-01-14 18:07:44 -0500
commit08c7a9272bdfa9f4cc188e2cae62fae45aaaafb5 (patch)
treef321c8e8b178e1275764588ea39e98aa8b0cb02e /xmds2
parent3c5b44a1d51edfa24dfa22190265f13285c8d421 (diff)
downloadNresonances-08c7a9272bdfa9f4cc188e2cae62fae45aaaafb5.tar.gz
Nresonances-08c7a9272bdfa9f4cc188e2cae62fae45aaaafb5.zip
pp_I2.m: added processing stamp for make file use and plot output suppression
Diffstat (limited to 'xmds2')
-rw-r--r--xmds2/Nlevels_with_doppler_with_z_4wm/pp_I2.m5
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);