ploting between infected pepole and reproduction number
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ruksana Shaikh
el 15 de Feb. de 2022
Comentada: KALYAN ACHARJYA
el 20 de Feb. de 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 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 15 de Feb. de 2022
Editada: KALYAN ACHARJYA
el 15 de Feb. de 2022
plot(dx,R0);
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Particle & Nuclear Physics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!