equivalent of fsolve in MATLAB
조회 수: 32 (최근 30일)
이전 댓글 표시
Hi,
I need to solve a non-linear problem, but I don't have the toolbox optimisation. Can you help find an other way??
Thanks
답변 (2개)
Alan Weiss
2015년 9월 4일
It depends on how many variables you have. If you have one unknown in a nonlinear function, you can use fzero. If you have more than one unknown, then you can try fminsearch on the sum of squares of your function values. But this might fail. Try starting at a variety of points to have a better chance of finding a solution.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!