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

Minor changes.

parent abd5d29d
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,4 @@
*.txt
*.mat
*.csv
*.pdf
......@@ -136,8 +136,8 @@ tic
N = normalization(T, x0,0.1);
toc
%% Write to file
csvwrite('jump_length_7_7_3.csv', ls)
csvwrite('prob_7_7_3.csv', p/N);
csvwrite('jump_length_7_7_lb01.csv', ls)
csvwrite('prob_7_7_lb01.csv', p/N);
%% distribution for x0 can be taken from phi_tot (steady state)
function p = int_prob(l, T, x0, lb)
delta_x0 = diff(x0);
......
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