Is it possible to provide initial guesses in cftool?
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
0 votes
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
Walter Roberson
on 14 Oct 2019
Which menu entry should be looked at in cftool?
Categories
Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!