ploting between infected pepole and reproduction number
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ruksana Shaikh
am 15 Feb. 2022
Kommentiert: KALYAN ACHARJYA
am 20 Feb. 2022
i want to plot between
dx(3,:) = sigma * x(2) - (gamma+d+m)* x(3);
R0 = (sigma*beta*A)*(d*(1-u)+alfa)/d*(d+alfa)*(d+sigma)*(d+m+gamma);
dx is infected class .
i want to plot between infected people and reproduction number
0 Kommentare
Akzeptierte Antwort
KALYAN ACHARJYA
am 15 Feb. 2022
Bearbeitet: KALYAN ACHARJYA
am 15 Feb. 2022
plot(dx,R0);
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Particle & Nuclear Physics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!