Is it possible to provide initial guesses in cftool?
2 views (last 30 days)
Show older comments
I've gotten some functions to fit by including the initial guess times one plus a fit parameter. Awkward! An initial guess for each parameter should be an optional field.
Answers (1)
Alex Sha
on 14 Oct 2019
Yes, it is possible if using global optimization algorihms (the curve fitting functions built in Matlab, i.e. cftool, lsqcurvefit, are all drived by local optimization algorithms), try Global Optimization Toolbox in Matlab, or other packages like Lingo, 1stOpt, Baron.
1 Comment
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!