equivalent of fsolve in MATLAB
28 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
Respuestas (2)
Alan Weiss
el 4 de Sept. de 2015
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 comentarios
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!