diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-11-16 16:33:49 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-09-21 16:29:52 -0400 |
commit | f25ef4ac36b03b1c4e26ef0aa14905734c2db9fe (patch) | |
tree | 8fd3a754993193f81488b72136bdf2f086584ceb /faraday/output_xi_results.m | |
parent | b06d36c8981fb5a3859099b84e1ce442b5364b00 (diff) | |
download | multi_mode_eit-f25ef4ac36b03b1c4e26ef0aa14905734c2db9fe.tar.gz multi_mode_eit-f25ef4ac36b03b1c4e26ef0aa14905734c2db9fe.zip |
clean up of unused files and link to the master copy
Diffstat (limited to 'faraday/output_xi_results.m')
-rw-r--r-- | faraday/output_xi_results.m | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/faraday/output_xi_results.m b/faraday/output_xi_results.m deleted file mode 100644 index 7dc3855..0000000 --- a/faraday/output_xi_results.m +++ /dev/null @@ -1,46 +0,0 @@ -1; - - -load '/tmp/xi_vs_detuning.mat' ; - -figure(1); -hold off; -plot(detuning_freq, real(xi_left-xi_right), '-'); -title("differential real xi"); -xlabel("two photon detuning"); - -figure(2); -hold off; -plot(detuning_freq, imag(xi_left-xi_right), '-'); -title("differential imag xi"); -xlabel("two photon detuning"); - -figure(3); -hold off; -plot(detuning_freq, imag(xi_left), '-', detuning_freq, imag(xi_right), '-'); -title("imag xi"); -xlabel("two photon detuning"); - -figure(4); -hold off; -plot(detuning_freq, real(xi_left), '-', detuning_freq, real(xi_right), '-'); -title("real xi"); -xlabel("two photon detuning"); - -%figure(1); - %hold off; - %plot(detuning_freq, imag(xi_linear), '-1;linear;'); - %hold on; - %plot(detuning_freq, imag(xi_left), '-2;left;'); - %plot(detuning_freq, imag(xi_right), '-3;right;'); - %title("probe absorption"); - %hold off; -%figure(2); - %hold off; - %plot(detuning_freq, real(xi_linear), '-1;linear;'); - %hold on; - %plot(detuning_freq, real(xi_left), '-2;left;'); - %plot(detuning_freq, real(xi_right), '-3;right;'); - %title("probe dispersion"); - %hold off; - |