Borrar filtros
Borrar filtros

Finding optimal coefficients while fitting multiple data in matlab

1 visualización (últimos 30 días)
Yang Metin
Yang Metin el 12 de Sept. de 2020
Comentada: Matt J el 12 de Sept. de 2020
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?

Respuestas (1)

Matt J
Matt J el 12 de Sept. de 2020
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 comentarios
Yang Metin
Yang Metin el 12 de Sept. de 2020
They have the same x coordinate.
Matt J
Matt J el 12 de Sept. de 2020
Not relevant. Just make 3 copies of the x-coordinate vector and join them together.

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by