Skip to content
Snippets Groups Projects
Commit ffc91650 authored by Paul CACHEUX's avatar Paul CACHEUX
Browse files

Add no vac figure

parent 2d813034
No related branches found
No related tags found
No related merge requests found
Figures/no vacc.png

115 KiB

......@@ -15,7 +15,7 @@ coeffs.DeathRate = 1.3e-2;
coeffs.NaturalDeathRate = 2e-4;
coeffs.NatalityRate = 5.3e-4;
coeffs.QuarantineRate = 0.01;
VaccinationVector = build_vacc_rate(0, 4.4e-4, 50, N);
VaccinationVector = build_vacc_rate(0, 0, 0, N);
% VaccinationVector = build_vacc_rate(0, 0, 50, N);
m = model(S, I, Q, R, 12, N);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment