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 5b05a9f commit e210d89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions N803_collector_2.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
X(6:2:16) = { [ (-22:0)*7 (1:.5:10*7) ] } ;
X{17} = [ (-.5:.5:44) 44+(1:250) ] *7 ;
X{18} = [ (-.5:.5:10) 10+(1:250) ] *7 ;
X(19:21) = { -7:1:7*24 } ;
X(22:24) = { -7:1:7*52 } ;
X(25:26) = { -7:1:7*24 } ;
X(19:21) = { (-1:.2:24)*7 } ;
X(22:24) = { (-1:.5:52)*7 } ;
X(25:26) = { (-1:.2:24)*7 } ;

% x-values (days) for doses given
Dose{1} = 7*[0:3 5:8 37:40] ;
Expand Down

0 comments on commit e210d89

Please sign in to comment.