필터 지우기
필터 지우기

Improving fit for TireDataAnalysis.mlx Live Editor?

조회 수: 1 (최근 30일)
Gage Smith
Gage Smith 2019년 2월 12일
댓글: Veer Alakshendra 2019년 2월 17일
How would I go about improving the accuracy and fit of the magic formula fit for the TireDataAnalysis.mlx Live Editor? I think it is generating the correct fits but they are slightly off of the raw data points and I was wondering if there was a way I might be able to improve the accuracy of the fit?

답변 (1개)

Veer Alakshendra
Veer Alakshendra 2019년 2월 13일
Hi Gage,
Thanks for reaching out.
In the MATLAB Live Editor file, we have taken some assumptions into consideration. So, if you are looking for perfect fit you can try the following things:
  • Include coefficient C in the magic formula instead of assuming it to be equal to 1/B
  • You can also try with exact value of D
  • Try few more simulations with different initial conditions
Let us know how does it work.
  댓글 수: 2
Gage Smith
Gage Smith 2019년 2월 14일
Where do I get the coefficient of C from in the script?
Veer Alakshendra
Veer Alakshendra 2019년 2월 17일
Hi Gage,
You can find the coefficient C in the magic formula.The formula is defined in the file, "MagicFormula.m". You can open the function in MATLAB and replace 1/B by C. Further, you can try running the model by changing the value of C.
Thanks,
Veer

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by