Skip to content
Snippets Groups Projects
Commit 3b56ab0f authored by Lars Hubatsch's avatar Lars Hubatsch
Browse files

Delete remnants of old mean cross jump length.

parent 53c38f18
No related branches found
No related tags found
No related merge requests found
......@@ -308,22 +308,6 @@ for j = 1:length(bp)
csvwrite([pa, 'jump_length_7_7_lb002_bp', num2str(bp(j)), '.csv'], ls)
csvwrite([pa, 'prob_7_7_lb002_bp', num2str(bp(j)), '.csv'], p);
end
%% Mean cross jump length chi 7/3
run_jump_lengths(-5, 0, 7/3, 1, 4, '73_1_01_m', 10^-6, 3, 0.5, 1);
run_jump_lengths(-5, 1, 7/3, 1, 4, '73_6_01_m', 10^-6, 3, 0.5, 1);
run_jump_lengths(-5, 1.10612003, 7/3, 1, 4, '73_15_01_m', 10^-6, 3, 0.5, 1);
run_jump_lengths(-5, 1.13188434, 7/3, 1, 4, '73_25_10_m', 10^-6, 3, 0.5, 1);
run_jump_lengths(-5, 0, 7/3, 1, 4, '73_1_1_m', 10^-6, 4, 0.5, 1);
run_jump_lengths(-5, 1, 7/3, 1, 4, '73_5_1_m', 10^-6, 4, 0.5, 1);
run_jump_lengths(-5, 1.10612003, 7/3, 1, 4, '73_15_1_m', 10^-6, 4, 0.5, 1);
run_jump_lengths(-5, 1.13188434, 7/3, 1, 4, '73_25_1_m', 10^-6, 4, 0.5, 1);
%%
strings = {'73_1_01_m', '73_6_01_m', '73_15_01_m', '73_25_10_m', ...
'73_1_1_m', '73_5_1_m', '73_15_1_m', '73_25_1_m'};
for i = 1:length(strings)
load(strings{i});
disp([D_ratio, m]);
end
%%
p_in = 0.853553390593274;
p_out = 1-p_in;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment