Curve Fitting with Complex Value
Mostrar comentarios más antiguos
I would like to fit a function to a parabolic surface with translation and rotation. I am using custom equation inside the curve fitter. I have created the equation, but it seems that it cannot be fitted with complex value. My goal is to get the RMSE of the surface which I am trying to fit.
Respuestas (1)
Sulaymon Eshkabilov
el 17 de Mzo. de 2023
1 voto
Use the nonlinear fit with least squares method lsqcurvefit() - see this documentation:
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!