fitting complex to custom complex equation

4 次查看(过去 30 天)
How could I fit a complex data to a complex complecated custom function?

回答(1 个)

Ameer Hamza
Ameer Hamza 2020-9-21
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.

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by