Skip to content
Snippets Groups Projects
Commit 7e6d4551 authored by Paul Cacheux's avatar Paul Cacheux
Browse files

Delete unused comments in main.m

parent 02685e8f
No related branches found
No related tags found
No related merge requests found
......@@ -26,12 +26,6 @@ for i=t
m.step(i, coeffs, VaccinationVector);
end
% figure
% hold on
% plot(t, Slist);
% plot(t, Ilist);
% plot(t, Rlist);
% plot(t, Dlist);
area([m.Slist.', m.Wlist.', m.Ilist.', m.Qlist.', m.Rlist.']);
legend('Susceptible', 'Waiting', 'Infected', 'In quarantine', 'Immunized');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment