diff --git a/matlab/run_many_cycling.m b/matlab/run_many_cycling.m
index df4a5c1b2fa4edb63c602ba24241295d44d105a1..6739bd4c910fb5afdc3d8076344526cd8aa0a07b 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));