diff --git a/prob_laplace.m b/prob_laplace.m index 79cb44fddc2de999dafbd670e79de5b4341a79ed..2d1b5a356d7a4e1bd32890f23389dd0c39a79c71 100644 --- a/prob_laplace.m +++ b/prob_laplace.m @@ -185,9 +185,8 @@ for i = 1:100%length(T_mov.t) % print([num2str(i),'.png'],'-dpng') shg; pause(); end -%% -run_jump_lengths(-5, -0.15432893, 7/3, 1, 4, '73_0154_10', 10^-6, 4, 0.5); -%% chi 7/3 + +%% Mean cross jump length chi 7/3 run_jump_lengths(-5, 1, 7/3, 1, 4, '73_1_01', 10^-6, 3, 0.5); run_jump_lengths(-5, 1, 7/3, 1, 4, '73_1_10', 10^-6, 4, 0.5); run_jump_lengths(-5, 0, 7/3, 1, 4, '73_6_01', 10^-6, 3, 0.5); @@ -202,8 +201,6 @@ run_jump_lengths(-5, -0.15432893, 7/3, 1, 4, '73_25_01', 10^-6, 3, 0.5); run_jump_lengths(-5, -0.15432893, 7/3, 1, 4, '73_25_10', 10^-6, 4, 0.5); run_jump_lengths(-5, -0.16211677, 7/3, 1, 4, '73_30_01', 10^-6, 3, 0.5); run_jump_lengths(-5, -0.16211677, 7/3, 1, 4, '73_30_10', 10^-6, 4, 0.5); - -replace(num2str(round(chi,2)),'.', '') %% chi 7.7/3 run_jump_lengths(-5, 1, 7.7/3, 1, 4, '773_1_01', 10^-6, 3, 0.5); run_jump_lengths(-5, 1, 7.7/3, 1, 4, '773_1_10', 10^-6, 4, 0.5); @@ -219,6 +216,7 @@ run_jump_lengths(-5, 0, 7.7/3, 1, 4, '773_25_01', 10^-6, 3, 0.5); run_jump_lengths(-5, 0, 7.7/3, 1, 4, '773_25_10', 10^-6, 4, 0.5); run_jump_lengths(-5, -0.00756985349, 7.7/3, 1, 4, '773_30_01', 10^-6, 3, 0.5); run_jump_lengths(-5, -0.00756985349, 7.7/3, 1, 4, '773_30_10', 10^-6, 4, 0.5); + %% %%%%%%%%%%%%%%%%% STEADY STATE JUMP LENGTH DISTRIBUTION %%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% params = {-5, b(7.7/3, 10^-6), 0.5, e(7.7/3), 0, 1, 10, 7, 0,... diff --git a/run_jump_lengths.m b/run_jump_lengths.m index c1fa91fdcd0b0f887f26c39f186e4f0b4d883f7f..4a55a2d0ba5186106e88149da9daca779fc9f8bc 100644 --- a/run_jump_lengths.m +++ b/run_jump_lengths.m @@ -30,4 +30,7 @@ toc % should sum to one N = sum(p)/length(p)*l_max; m = sum(ls.*p/N)/length(p)*l_max; +T{1}.calc_real_params(); +D_ratio = T{1}.real_params.D_out/T{1}.real_params.D_in; save(name); +disp([D_ratio, m]); \ No newline at end of file