Finding optimal coefficients while fitting multiple data in matlab

There are 3 sets of data and I need to use exponential fitting. How to get a set of coefficients to satisfy the best fit to the three sets of data?

Antworten (1)

Matt J
Matt J am 12 Sep. 2020

0 Stimmen

If they all follow the same model, just concatenate the 3 data sets and fit them as a single set.
If each data set has a different set of parameters. Just perform 3 separate fits.

2 Kommentare

They have the same x coordinate.
Not relevant. Just make 3 copies of the x-coordinate vector and join them together.

Melden Sie sich an, um zu kommentieren.

Kategorien

Gefragt:

am 12 Sep. 2020

Kommentiert:

am 12 Sep. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by