fitting complex to custom complex equation

4 views (last 30 days)
How could I fit a complex data to a complex complecated custom function?

Answers (1)

Ameer Hamza
Ameer Hamza on 21 Sep 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.

Community Treasure Hunt

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

Start Hunting!