diff options
Diffstat (limited to 'compass_circ.m')
-rw-r--r-- | compass_circ.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compass_circ.m b/compass_circ.m index 106b895..d80d179 100644 --- a/compass_circ.m +++ b/compass_circ.m @@ -133,12 +133,12 @@ fflush (stderr); %kappa_p=parcellfun(2, @susceptibility_steady_state_at_freq, problems_cell_array); %[xi_linear, xi_left, xi_right]=parcellfun(2, @susceptibility_steady_state_at_freq, problems_cell_array); % strangely parcell is slower than cellfun 20 seconds vs 29 -%total_relative_transmission_vs_phi=parcellfun(2, @total_relative_transmission, problems_cell_array); -total_relative_transmission_vs_phi=cellfun(@total_relative_transmission, problems_cell_array); +%total_relative_transmission_vs_theta=parcellfun(2, @total_relative_transmission, problems_cell_array); +total_relative_transmission_vs_theta=cellfun(@total_relative_transmission, problems_cell_array); %save 'xi_vs_detuning.mat' detuning_freq xi_linear xi_left xi_right ; problem_cntr--; -save '/tmp/total_relative_transmission_vs_phi.mat' detuning_freq total_relative_transmission_vs_phi thetas problem_cntr; +save '/tmp/total_relative_transmission_vs_theta.mat' detuning_freq total_relative_transmission_vs_theta thetas problem_cntr; compass_circ_output_results; |