Filter löschen
Filter löschen

Can anyone help me in curve fitting problem of Magic Formula?

7 Ansichten (letzte 30 Tage)
Akshay Apte
Akshay Apte am 20 Mär. 2017
Bearbeitet: Marco Furlan am 11 Jul. 2017
I have a set of 25 values of x and y and this predefined equation. I have to fit the values in this and find the coefficients
f (x)= D.sin[C tg-1{(1- E).B.x + E.tg-1(B.x)}]              tg-1 = inverse tg function
I have to write a MATLAB algorithm to find the optimum fit for the data shown above and find the parameters B, C, D, and E. I even have to plot the curve
  6 Kommentare
Torsten
Torsten am 21 Mär. 2017
https://en.wikipedia.org/wiki/Hans_B._Pacejka
Best wishes
Torsten.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Walter Roberson
Walter Roberson am 21 Mär. 2017
I suggest that you use cftool to create a custom model

Marco Furlan
Marco Furlan am 11 Jul. 2017
Bearbeitet: Marco Furlan am 11 Jul. 2017
Another approach can be to use lsqcurvefit

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by