diff options
-rw-r--r-- | compass_lin_extrema_vs_theta.m | 2 | ||||
-rw-r--r-- | compass_lin_extrema_vs_theta_output_results.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compass_lin_extrema_vs_theta.m b/compass_lin_extrema_vs_theta.m index 1428feb..80f5b02 100644 --- a/compass_lin_extrema_vs_theta.m +++ b/compass_lin_extrema_vs_theta.m @@ -147,7 +147,7 @@ total_relative_transmission=cellfun(@total_relative_transmission, problems_cell_ %save 'xi_vs_detuning.mat' detuning_freq xi_linear xi_left xi_right ; problem_cntr--; -save './cached/total_relative_transmission_vs_theta.mat' detuning_freq total_relative_transmission thetas problem_cntr; +save './cached/total_lin_relative_transmission_vs_theta.mat' detuning_freq total_relative_transmission thetas problem_cntr; compass_lin_extrema_vs_theta_output_results; diff --git a/compass_lin_extrema_vs_theta_output_results.m b/compass_lin_extrema_vs_theta_output_results.m index 7a04f31..0c6f897 100644 --- a/compass_lin_extrema_vs_theta_output_results.m +++ b/compass_lin_extrema_vs_theta_output_results.m @@ -1,7 +1,7 @@ 1; -load './cached/total_relative_transmission_vs_theta.mat' ; +load './cached/total_lin_relative_transmission_vs_theta.mat' ; % let's create sideband transmission vs angle vectors % 1st of all we need to create matrix instead of a vector |