From c96276e678b1173bfe1839927d3670b6d756a72d Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Fri, 2 Oct 2020 11:34:31 -0400 Subject: better cached file name --- compass_lin_extrema_vs_theta.m | 2 +- 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 -- cgit v1.2.3