How to solve simultaneous comlpex equations?
17 ビュー (過去 30 日間)
古いコメントを表示
I am trying to run the following code to get solutions for simultaneous equations. Attached is the Mfile I used. The result I am getting is a set of empty vectors. Essentially I am reading some values from an Excel spread sheet (This works). Then I am trying to solve the system's equations.
0 件のコメント
回答 (1 件)
Torsten
2017 年 3 月 24 日
You could try "vpasolve" instead of "solve".
Or switch from symbolic to numeric and use "fsolve".
Best wishes
Torsten.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!