Can anyone help me in curve fitting problem of Magic Formula?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
답변 (2개)
Marco Furlan
2017년 7월 11일
편집: Marco Furlan
2017년 7월 11일
Another approach can be to use lsqcurvefit
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!