Lsqcurvefit: what is behind?

2 次查看(过去 30 天)
Karel
Karel 2013-5-29
How lsqcurvefit works?
Lsqcurvefit fits a multi-parameter non-linear function through a single data point using Levenberg-Marquardt algorithm. But for e.g. three parameters I need at least three data points to fit the curve? What is the theory behing this function?
Thank you.

采纳的回答

Matt J
Matt J 2013-5-29
This link describes the algorithms used by lsqcurvefit and the other least squares optimizers
BTW, I believe the trust-region method is the default for LSQCURVEFIT, not Levenberg-Marquardt.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Nonlinear Optimization 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by