diff --git a/plotter_model_4.m b/Legacy Code/plotter_model_4.m similarity index 97% rename from plotter_model_4.m rename to Legacy Code/plotter_model_4.m index a5ab1c1..ed882cc 100644 --- a/plotter_model_4.m +++ b/Legacy Code/plotter_model_4.m @@ -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] @@ -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 @@ -269,4 +269,4 @@ end saveas(F,name,ext) end -disp('Done!') \ No newline at end of file +disp('Done!')