Customising the lsqcurvefit function for an user defined error metric??
Mostrar comentarios más antiguos
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 comentarios
Torsten
el 11 de Ag. de 2017
Which kind of error modification do you want to introduce ?
Best wishes
Torsten.
Guruprasad
el 11 de Ag. de 2017
Editada: Guruprasad
el 11 de Ag. de 2017
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!