diff --git a/plotter_model_5.m b/Legacy Code/plotter_model_5.m similarity index 98% rename from plotter_model_5.m rename to Legacy Code/plotter_model_5.m index aeb3aa2..a6e5f8c 100644 --- a/plotter_model_5.m +++ b/Legacy Code/plotter_model_5.m @@ -91,7 +91,7 @@ % Parameters governing R,K proliferation and death P(16,:) = [1 1 1 1]*18e-3 ;% R death rate constant [/d] P(17,:) = [1 1 1 1]*66e-3 ;% K " -P(18,:) = [1 1 1 1]*870 ;% R max proliferating concentration [/無] +P(18,:) = [1 1 1 1]*870 ;% R max proliferating concentration [/繕L] P(19,:) = [1 1 1 1]*370 ;% K " P(20,:) = [1 1 1 1]*1.3 ;% R drug-induced proliferation factor [/d] P(21,:) = [1 1 1 1]*1.95 ;% K " @@ -103,12 +103,12 @@ P(25,:) = [1 1 1 1]*0 ;% E initial killing rate (a_E * E_0) [/d] P(26,:) = [1 1 1 1]*0 ;% K " P(27,:) = [1 1 1 1]*1e-7 ;% R drug-induced activation factor [/d] -P(28,:) = [1 1 1 1]*0 ;% E drug-induced killing factor [無/d] +P(28,:) = [1 1 1 1]*0 ;% E drug-induced killing factor [繕L/d] P(29,:) = [1 1 1 1]*0 ;% K " P(30,:) = [1 1 1 1]*0 ;% R activation suppression factor [] P(31,:) = [1 1 1 1]*0 ;% E killing suppression factor [] P(32,:) = [1 1 1 1]*0 ;% K " -P(33,:) = [1 1 1 1]*0 ;% R half-activation virus conc. [/無] +P(33,:) = [1 1 1 1]*0 ;% R half-activation virus conc. [/繕L] % Parameters governing CD8+ T cell clonal expansion and retraction P(34,:) = [1 1 1 1]*0.1 ;% A death rate constant [/d] @@ -119,8 +119,8 @@ % Parameters governing CD4+ T cells P(40,:) = [0 0 0 0] ;% T death rate constant [/d] -P(41,:) = [1 1 1 1] ;% T max proliferating concentration [/無] -P(42,:) = [0 0 0 0] ;% T infection rate constant [/無-d] +P(41,:) = [1 1 1 1] ;% T max proliferating concentration [/繕L] +P(42,:) = [0 0 0 0] ;% T infection rate constant [/繕L-d] P(43,:) = [0 0 0 0] ;% infected T decay rate constant [*(P(40)] % Declare parameter table labels and values @@ -257,4 +257,4 @@ end saveas(F,name,ext) end -disp('Done!') \ No newline at end of file +disp('Done!')