フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

draw orthogonal trajectories using matlab

1 回表示 (過去 30 日間)
Brenda Galabe
Brenda Galabe 2018 年 12 月 12 日
閉鎖済み: madhan ravi 2018 年 12 月 13 日
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

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by