Is it possible to provide initial guesses in cftool?

2 views (last 30 days)
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.
  2 Comments
Chris
Chris on 29 Oct 2019
I subsequently found that I had overlooked the dialog box in which guesses can be entered (it had been minimize such that I did not see those options). Ignore this whole thread.

Sign in to comment.

Answers (1)

Alex Sha
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.

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!