필터 지우기
필터 지우기

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 CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by