Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cody2 authored May 15, 2023
1 parent 18cdabc commit e4bdb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions N803_collector_2.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
X{17} = [ (-.5:.5:44) 44+(1:250) ] *7 ;
X{18} = [ (-.5:.5:10) 10+(1:250) ] *7 ;
X(19:21) = { (-1:.2:24)*7 } ;
X(22:24) = { (-1:.5:52)*7 } ;
X(22:24) = { (-1:.2:52)*7 } ;
X(25:26) = { (-1:.2:24)*7 } ;

% x-values (days) for doses given
Expand Down Expand Up @@ -166,7 +166,7 @@
disp('Collecting...') ;

% For each model...
for n = 1:26
for n = 22:24

disp(C(n).Scenario) ;

Expand Down

0 comments on commit e4bdb3d

Please sign in to comment.