Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martina Maggio
gps-modeling
Commits
ff328232
Commit
ff328232
authored
Feb 26, 2019
by
Claudio Mandrioli
Browse files
changed default number of simulations
parent
42b7b5c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/run_many_cycling.m
View file @
ff328232
...
...
@@ -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
=
3
0
;
%allocate memory for output
energy
=
zeros
(
n_run
,
length
(
P_treshold
));
error
=
zeros
(
n_run
,
length
(
P_treshold
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment