フィルターのクリア

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

2 ビュー (過去 30 日間)
Akshay Apte
Akshay Apte 2017 年 3 月 20 日
編集済み: Marco Furlan 2017 年 7 月 11 日
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 件のコメント
John BG
John BG 2017 年 3 月 20 日
magic=science?
Torsten
Torsten 2017 年 3 月 21 日
https://en.wikipedia.org/wiki/Hans_B._Pacejka
Best wishes
Torsten.

サインインしてコメントする。

回答 (2 件)

Walter Roberson
Walter Roberson 2017 年 3 月 21 日
I suggest that you use cftool to create a custom model

Marco Furlan
Marco Furlan 2017 年 7 月 11 日
編集済み: Marco Furlan 2017 年 7 月 11 日
Another approach can be to use lsqcurvefit

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by