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

Merge remote-tracking branch 'origin/master'

parents 01485754 3d827599
No related branches found
No related tags found
No related merge requests found
......@@ -305,8 +305,9 @@ for j = 1:length(bp)
toc
save(['prob_7_7_lb002_bp', num2str(bp(j))]);
pa = '/Users/hubatsch/Nextcloud/Langevin_vs_MeanField/data/constD/';
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);
pa = '';
csvwrite([pa, 'jump_length_7_7_lb002_bp_march', num2str(bp(j)), '.csv'], ls)
csvwrite([pa, 'prob_7_7_lb002_bp_march', num2str(bp(j)), '.csv'], p);
end
%%
p_in = 0.853553390593274;
......
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