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!