Clear Filters
Clear Filters

Start Point option to optimize fit

5 views (last 30 days)
L'O.G.
L'O.G. on 21 Feb 2022
Edited: Matt J on 21 Feb 2022
What determines the order of the starting values for the parameters specified using StartPoint in the fit function?

Accepted Answer

Matt J
Matt J on 21 Feb 2022
Edited: Matt J on 21 Feb 2022
By default, they will be in alphabetical order, but you can set the order when your provide a custom model with the 'coefficients' fitoption parameter. You can also always verify the order with coeffnames().

More Answers (0)

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!