Skip to content

Commit

Permalink
Merge pull request #1 from willov/master
Browse files Browse the repository at this point in the history
Fixed scripts so they work on Linux
  • Loading branch information
chrsi30 authored May 17, 2021
2 parents 983bbdb + 3e4ab5e commit b2d9179
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.mex*
*.asv
File renamed without changes.
2 changes: 1 addition & 1 deletion MLMM/Figure_6_and_7AB.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
hfd_color = [ 0.2, 0.5, 0.98];
t2d_color = [1,0.7,0.2];

Estimation_folder ='Results\MLMM_final\Estimation';
Estimation_folder ='Results/MLMM_final/Estimation';
S = dir(Estimation_folder);
load(strcat(Estimation_folder,'/',S(3).name));
theta2 = Results.xbest;
Expand Down
2 changes: 1 addition & 1 deletion MLMM/Figure_7C.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
hfd_color = [ 0.2, 0.5, 0.98];
t2d_color = [1,0.7,0.2];

Estimation_folder ='Results\MLMM_final\Estimation';
Estimation_folder ='Results/MLMM_final/Estimation';
S = dir(Estimation_folder);
load(strcat(Estimation_folder,'/',S(3).name));
theta2 = Results.xbest;
Expand Down
2 changes: 1 addition & 1 deletion MLMM/Figure_SA1.m
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

%% Simulations for best cost.

Estimation_folder ='Results\MLMM_final\Estimation';
Estimation_folder ='Results/MLMM_final/Estimation';
S = dir(Estimation_folder);
load(strcat(Estimation_folder,'/',S(3).name));
theta2 = Results.xbest;
Expand Down
2 changes: 1 addition & 1 deletion MLMM/Figure_SA2.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
hfd_color = [ 0.2, 0.5, 0.98];
t2d_color = [1,0.7,0.2];

Estimation_folder ='Results\MLMM_final\Estimation';
Estimation_folder ='Results/MLMM_final/Estimation';
S = dir(Estimation_folder);
load(strcat(Estimation_folder,'/',S(3).name));
theta2 = Results.xbest;
Expand Down
2 changes: 1 addition & 1 deletion Plot_figures.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% Setup SBtoolbox
cd ('.\SBPOPPACKAGE');
cd ('./SBPOPPACKAGE');
installSBPOPpackage
cd ..
%% Setup
Expand Down

0 comments on commit b2d9179

Please sign in to comment.