equivalent of fsolve in MATLAB

31 次查看(过去 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
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

Matt J
Matt J 2015-9-4
编辑:Matt J 2015-9-4
There are a number of nonlinear least squares solvers on the File Exchange. Browse for your favorite:

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by