Warning when runing fsolve
Ältere Kommentare anzeigen
When I run fsolve, there's a warning:
Warning: Trust-region-dogleg algorithm of FSOLVE cannot handle non-square systems; using Levenberg-Marquardt algorithm instead.
> In fsolve at 303
Solver stopped prematurely.
fsolve stopped because it exceeded the function evaluation limit, options.MaxFunEvals = 1000 (the default value).
How can I fixed that? Thank you!
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 3 Feb. 2013
0 Stimmen
Pass in an options structure that indicates the algorithm and MaxFunEvals that you want to use.
1 Kommentar
Fan
am 4 Feb. 2013
Kategorien
Mehr zu Solver Outputs and Iterative Display finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!