Skip to content

Commit

Permalink
Rename plotter_model_5.m to Legacy Code/plotter_model_5.m
Browse files Browse the repository at this point in the history
  • Loading branch information
cody2 authored Jun 30, 2019
1 parent 6fabd88 commit ffd262d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plotter_model_5.m → Legacy Code/plotter_model_5.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 [/µL]
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 "
Expand All @@ -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 [µL/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. [/µL]
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]
Expand All @@ -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 [/µL]
P(42,:) = [0 0 0 0] ;% T infection rate constant [/µL-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
Expand Down Expand Up @@ -257,4 +257,4 @@
end
saveas(F,name,ext)
end
disp('Done!')
disp('Done!')

0 comments on commit ffd262d

Please sign in to comment.