diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-11-22 15:39:25 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-09-21 16:33:21 -0400 |
commit | 9416fcc458fdae9498830d510ed7291485f6d121 (patch) | |
tree | ce8f69162b2cfd2083b8438531fc60176e41ca0a | |
parent | ff4273f0b340d72ee84394f86dd5681d4387e8d5 (diff) | |
download | multi_mode_eit-9416fcc458fdae9498830d510ed7291485f6d121.tar.gz multi_mode_eit-9416fcc458fdae9498830d510ed7291485f6d121.zip |
screened out plotting
-rw-r--r-- | squeezing_filter/pp_tasks.m | 2 |
1 files changed, 2 insertions, 0 deletions
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'); |