From ff3282322790c4b4471856a0b78d0b6ac27fabd1 Mon Sep 17 00:00:00 2001 From: Claudio <claudio.mandrioli@control.lth.se> Date: Tue, 26 Feb 2019 18:07:49 +0100 Subject: [PATCH] changed default number of simulations --- matlab/run_many_cycling.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/run_many_cycling.m b/matlab/run_many_cycling.m index df4a5c1..6739bd4 100644 --- a/matlab/run_many_cycling.m +++ b/matlab/run_many_cycling.m @@ -16,7 +16,7 @@ color=[[0.7,0.0,0.0];[0.0,0.7,0.0];[0.7,0.0,0.7];[0.0,0.0,0.7];[0.0,0.7,0.7];[0. %vector of refrences for P P_treshold=[4.0,5.0,6.0,8.0,10.0,12.0]; %nubmer of simulations per each P -n_run=3; +n_run=30; %allocate memory for output energy=zeros(n_run,length(P_treshold)); error=zeros(n_run,length(P_treshold)); -- GitLab