ploting between infected pepole and reproduction number

21 views (last 30 days)
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

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 15 Feb 2022
Edited: KALYAN ACHARJYA on 15 Feb 2022
plot(dx,R0);
  4 Comments
Ruksana Shaikh
Ruksana Shaikh on 20 Feb 2022
thank you so much .it's help alot to me in work .i accept your answer and it is very useful for me. thank you much sir

Sign in to comment.

More Answers (0)

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!