fitting complex to custom complex equation

3 visualizaciones (últimos 30 días)
Fatemeh Davoodi
Fatemeh Davoodi el 21 de Sept. de 2020
Respondida: Ameer Hamza el 21 de Sept. de 2020
How could I fit a complex data to a complex complecated custom function?

Respuestas (1)

Ameer Hamza
Ameer Hamza el 21 de Sept. de 2020
There are several ways to fit the given data to a custom model in MATLAB. If you have the curve fitting toolbox, then you can use fit(): https://www.mathworks.com/help/releases/R2020a/curvefit/fit.html
Alternatively, you can also use functions from the optimization toolbox
The exact solution depends on your dataset and the function.

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by