Skip to content

Commit

Permalink
Rename plotter_model_4.m to Legacy Code/plotter_model_4.m
Browse files Browse the repository at this point in the history
  • Loading branch information
cody2 authored Jun 30, 2019
1 parent 5a66639 commit 6fabd88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plotter_model_4.m → Legacy Code/plotter_model_4.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
% Varied Parameters
P(08,:) = [0.1 0.1 0.1 0.1] ;% death rate constant [/d]
P(09,:) = [0.1 0.1 0.1 0.1] ;
P(10,:) = [2 2 2 2]*P(02,1) ;% max proliferating conc. [/�L]
P(10,:) = [2 2 2 2]*P(02,1) ;% max proliferating conc. [/µL]
P(11,:) = [2 2 2 2]*P(03,1) ;

P(12,:) = [1 1 1 1]*0.05 ;% total initial killing rate [/d]
Expand All @@ -116,8 +116,8 @@

% T Parameters
P(35,:) = [1 1 1 1]*0 ;% T death rate constant [/d]
P(36,:) = [1 1 1 1]*0 ;% T max proliferating conc. [/�L]
P(37,:) = [1 1 1 1]*0 ;% T infection by V1 rate [/�L-d]
P(36,:) = [1 1 1 1]*0 ;% T max proliferating conc. [/µL]
P(37,:) = [1 1 1 1]*0 ;% T infection by V1 rate [/µL-d]
P(38,:) = [1 1 1 1]*0 ;% infected T death rate [*P(35)]

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

0 comments on commit 6fabd88

Please sign in to comment.