how to plot different R0 value in single graph

3 vues (au cours des 30 derniers jours)
Ruksana Shaikh
Ruksana Shaikh le 24 Jan 2022
i want to plot for
R0= lembda*epslon/(b+gama)*(b+epslon)
R=Rp+Rq= p*b/(b+epslon) +q*b*epslon/(b+gama)(b+epslon)
i want to plot between R and R0

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 24 Jan 2022
Modifié(e) : KALYAN ACHARJYA le 24 Jan 2022
for i=1:length(...)
Ro= ..%One data change, which allow to change the Ro, note that it must be an 1D array
R=p*b/(b+epslon)+q*b*epslon/(b+gama)(b+epslon);
plot(R,Ro);
hold on;
end

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by