diff --git a/prob_laplace.m b/prob_laplace.m index 6ae42f3f5d9c4b03b3dc9b64392007df9cd4c936..0f311b800a01a3d8d9dd913d21960072649585fb 100644 --- a/prob_laplace.m +++ b/prob_laplace.m @@ -304,7 +304,7 @@ end %% MOVING BOUNDARY JUMP LENGTH DISTRIBUTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % load entropy_mov_bound_in_to_out.mat -direc = 1; % 1: jump from left to right, -1: jump from right to left. +direc = -1; % 1: jump from left to right, -1: jump from right to left. x0 = sort(10-direc*(0:0.005:4.01)); % t_snap = repmat((0.25:0.5:9.75)', 1, length(x0)); % midpoint t_snap = repmat((0.:0.5:9.5)', 1, length(x0)); % starting point @@ -341,9 +341,9 @@ for j = 1:n_T end toc end -% save prob_laplace_X_7_3_FRAP_in_out + % csvwrite('/home/hubatsch/Nextcloud/jump_length_mov_bound_in_out.csv', [-ls', sum(p, 2)]) -% csvwrite('/home/hubatsch/Nextcloud/jump_length_mov_bound_out_in.csv', [-ls', sum(p, 2)]) +% csvwrite('/home/hubatsch/Nextcloud/jump_length_mov_bound_out_in.csv', [ls', sum(p, 2)]) %% %%%%%%%%%%%%%%%%%%%%%% FRAP TIME COURSE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% t = linspace(0, 5, 300);