Customising the lsqcurvefit function for an user defined error metric??
古いコメントを表示
I am currently trying to use a Levenberg-Marquardt solver with the lsqcurvefit function for the registration(Minimization stage) of 2 point clouds.
I am able to modify the objective function of the lsqcurvefit, and obtain a good fit.
But for my application, I would like the change the error metric on which the solver works on. If I my understanding is right, the solver works on minimizing the squared deviations between the 2 data sets. I would like to add another term into the error, and let the solver minimize the new error metric. Does the lsqcurvefit allow such modifications?
Thank you in advance!
2 件のコメント
Torsten
2017 年 8 月 11 日
Which kind of error modification do you want to introduce ?
Best wishes
Torsten.
Guruprasad
2017 年 8 月 11 日
編集済み: Guruprasad
2017 年 8 月 11 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!