Skip to content

Commit

Permalink
small fix in arSimuData
Browse files Browse the repository at this point in the history
* arSimu only takes 3 input argument. The fourth one was unused
  • Loading branch information
niklasneubrand committed Aug 29, 2024
1 parent 4b23a74 commit 907ee8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arFramework3/Advanced/arSimuData.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function arSimuData(m, jplot, tpoints, randomseed)


% simulate model
arSimu(false, false, true, false);
arSimu(true, false, true);
ar.pTrue = ar.p;

% simulate data
Expand Down

0 comments on commit 907ee8d

Please sign in to comment.