how to plot different R0 value in single graph

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

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 24 Jan. 2022
Bearbeitet: KALYAN ACHARJYA am 24 Jan. 2022

0 Stimmen

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

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2021b

Gefragt:

am 24 Jan. 2022

Bearbeitet:

am 24 Jan. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by