Customising the lsqcurvefit function for an user defined error metric??
Afficher commentaires plus anciens
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 commentaires
Torsten
le 11 Août 2017
Which kind of error modification do you want to introduce ?
Best wishes
Torsten.
Guruprasad
le 11 Août 2017
Modifié(e) : Guruprasad
le 11 Août 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Linear Least Squares dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!