Skip to content

Commit

Permalink
Rename plotter.m to Legacy Code/plotter.m
Browse files Browse the repository at this point in the history
  • Loading branch information
cody2 authored Jun 30, 2019
1 parent ffd262d commit 5c8e436
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plotter.m → Legacy Code/plotter.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@

% Varied Parameters
P(08,:) = [0.2 0.2 0.2 0.2] ;% death rate constant [/d]
P(10,:) = [2 2 2 2]*IC(2) ;% max proliferating conc. [/µL]
P(12,:) = [1 1 2 2]*1e-3 ;% killing rate constant [µL/d]
P(10,:) = [2 2 2 2]*IC(2) ;% max proliferating conc. [/µL]
P(12,:) = [1 1 2 2]*1e-3 ;% killing rate constant [µL/d]
P(14,:) = [1 2 1 2] ;% drug killing modifier []
P(16,:) = [4 4 4 4] ;% drug half saturation [pM]
P(18,:) = [0.3 0.3 0.3 0.3] ;% drug max prolif rate [/d]
Expand All @@ -70,12 +70,12 @@

P(28,:) = [2 2 2 2]*1e-4 ;% escape mutation rate []
P(29,:) = [0.9 0.9 0.9 0.9] ;% initial escape proportion []
P(30,:) = [0.7 0.7 0.7 0.7] ;% response activation threshold [/µL]
P(30,:) = [0.7 0.7 0.7 0.7] ;% response activation threshold [/µL]
P(31,:) = [0.4 0.4 0.4 0.4] ;% response prolif. rate const. [/d]

P(33,:) = P(08,:) ;% T death rate constant [/d]
P(34,:) = P(10,:)/IC(2)*IC(4) ;% T max proliferating conc. [/µL]
P(35,:) = 0*[1 1 1 1]*1e-3 ;% T infection rate constant [/µL-d]
P(34,:) = P(10,:)/IC(2)*IC(4) ;% T max proliferating conc. [/µL]
P(35,:) = 0*[1 1 1 1]*1e-3 ;% T infection rate constant [/µL-d]
P(36,:) = 0*[2 2 2 2] ;% inf T decay rate constant [*(P(33)]

% Fixed Parameters
Expand Down Expand Up @@ -243,4 +243,4 @@
end
saveas(F,name,ext)
end
disp('Done!')
disp('Done!')

0 comments on commit 5c8e436

Please sign in to comment.