Why My line doesn't show in a graph

1 visualizzazione (ultimi 30 giorni)
I have the following code s=0.7 L=0.4 T=0.2 l=0.1 d=0.025 m=0.035 t=0.2 O-(0.5:0.1:1.0); R=s*L*(T+l+d+m)./(m*(T+d+m+t)*(T+l+d+m)-(t*O)); plot(R,O);

Risposta accettata

KALYAN ACHARJYA
KALYAN ACHARJYA il 5 Mag 2020
Modificato: KALYAN ACHARJYA il 5 Mag 2020
s=0.7;
L=0.4;
T=0.2;
l=0.1;
d=0.025;
m=0.035;
t=0.2;
O=0.5:0.1:1;
R=s*L*(T+l+d+m)./(m*(T+d+m+t)*(T+l+d+m)-(t*O));
plot(R,O);

Più risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by