From 5c8e436958fe6f0d85dbe66cacf7715b5c697008 Mon Sep 17 00:00:00 2001 From: Jonathan William Cody Date: Sun, 30 Jun 2019 18:34:19 -0400 Subject: [PATCH] Rename plotter.m to Legacy Code/plotter.m --- plotter.m => Legacy Code/plotter.m | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename plotter.m => Legacy Code/plotter.m (98%) diff --git a/plotter.m b/Legacy Code/plotter.m similarity index 98% rename from plotter.m rename to Legacy Code/plotter.m index da7b1d5..e7b05cd 100644 --- a/plotter.m +++ b/Legacy Code/plotter.m @@ -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. [/無] -P(12,:) = [1 1 2 2]*1e-3 ;% killing 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(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] @@ -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 [/無] +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. [/無] -P(35,:) = 0*[1 1 1 1]*1e-3 ;% T infection 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(36,:) = 0*[2 2 2 2] ;% inf T decay rate constant [*(P(33)] % Fixed Parameters @@ -243,4 +243,4 @@ end saveas(F,name,ext) end -disp('Done!') \ No newline at end of file +disp('Done!')