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!