How to use curvefitting toolbox to best fit an equation to a curve

1 visualizzazione (ultimi 30 giorni)
I have a set of data points which I must put into different equations to find the value of the unknown coefficients of that particular equation. Is there any particular single way to solve this problem for all the different equations? I tried using the curvefit toolbox, but when I type in the custom equation, the automatic fit is far from perfect. How can I solve the issue?
Some of the equations to which I have to fit the data individualy and find the coefficients of the respective equations are: ;
  1 Commento
Alex Sha
Alex Sha il 13 Ago 2021
Adding one more parameter to the fitting function, like y=a*x+b*(1-exp(-c*x))+d, the results will then be much better

Accedi per commentare.

Risposte (1)

Cris LaPierre
Cris LaPierre il 12 Ago 2021
Modificato: Cris LaPierre il 12 Ago 2021
Your fit equations are constraining the shape of your fit line. If you want a shape that more closely approximates the data, you will need to use a different fit equation.

Categorie

Scopri di più su Interpolation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by