Is it possible to provide initial guesses in cftool?

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

It is not currently possible.
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)

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.

Categories

Products

Release

R2018b

Asked:

on 14 Oct 2019

Commented:

on 29 Oct 2019

Community Treasure Hunt

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

Start Hunting!