Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

draw orthogonal trajectories using matlab

1 visualizzazione (ultimi 30 giorni)
Brenda Galabe
Brenda Galabe il 12 Dic 2018
Chiuso: madhan ravi il 13 Dic 2018
equation is
dy/dx = -d*x/e*y
syms y(x)
a=2;
b=3;
c=5;
d= 5;
e = 8;
ode = diff(y,x) == (-d*x)/(e*y);
ysol = vpa(dsolve(ode));
ezplot(ysol(1))
hold on
ezplot(ysol(2))
problem :
plot coming up blank

Risposte (0)

Questa domanda è chiusa.

Prodotti


Release

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by