From 142b034aabc1aa5a619814d9f832c35011865166 Mon Sep 17 00:00:00 2001 From: Lars Hubatsch <hubatsch@pks.mpg.de> Date: Fri, 15 Jan 2021 10:30:14 +0100 Subject: [PATCH] Change jump direction for distros for plotting. --- prob_laplace.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prob_laplace.m b/prob_laplace.m index 6ae42f3..0f311b8 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); -- GitLab