Info
この質問は閉じられています。 編集または回答するには再度開いてください。
access lines of a system of differential equations separately.
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
If I have a system of differential equations (lets call it DE),
Then how can I access line 1 or 2 of the system separately?
for example
syms u(t) v(t)
eqn=[diff(u)==t;diff(v)==t^t];
How can I access to the first or the second line of this system of ode's?
1 件のコメント
Mischa Kim
2016 年 10 月 26 日
What exactly are you trying to do? I am asking because there might be more effective ways to set up and solve the problem.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!