Customising the lsqcurvefit function for an user defined error metric??
Show older comments
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 Comments
Torsten
on 11 Aug 2017
Which kind of error modification do you want to introduce ?
Best wishes
Torsten.
Guruprasad
on 11 Aug 2017
Edited: Guruprasad
on 11 Aug 2017
Accepted Answer
More Answers (0)
Categories
Find more on Linear Least Squares in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!