how can i solve following system of simultaneous equations using matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
답변 (2개)
Walter Roberson
2017년 12월 5일
If you have the Symbolic Toolbox, you could try using dsolve(). If that did not work, then I would suggest following the steps show in https://www.mathworks.com/help/symbolic/odefunction.html to create a function that you could use with ode45()
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!