From 9416fcc458fdae9498830d510ed7291485f6d121 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 22 Nov 2011 15:39:25 -0500 Subject: screened out plotting --- squeezing_filter/pp_tasks.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/squeezing_filter/pp_tasks.m b/squeezing_filter/pp_tasks.m index 729117c..c394a08 100644 --- a/squeezing_filter/pp_tasks.m +++ b/squeezing_filter/pp_tasks.m @@ -38,6 +38,8 @@ ofname=strcat('pp_results/detuning_dependence_for_',B_str,'.mat'); save(ofname, 'Ep_out', 'B_field', 'detunings', 'Ep', 'Ed', 'xi_left', 'xi_right', 'xi_x', 'xi_y'); +return; % no plotting will be done + figure(7); plot(detunings, abs(Ep_out.x).^2 ); legend('x'); -- cgit v1.2.3