How do I fit an arbitrary function to data using LSQNONLIN in Optimization Toolbox?
Mostrar comentarios más antiguos
I would like to fit the following arbitrary function to data I have using LSQNONLIN.
f = A + B*exp(C*x) + D*exp(E*x)
X and Y are data sets where Y is the expected output given X.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Nonlinear Least Squares (Curve Fitting) en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!