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!