Fitting the curve problem
이전 댓글 표시
I try to fit an s-shape curve with the function that I define. But I only got a bad fit with the constant. Attached file is the data file and my scripts. Any advice will be appreciated.
댓글 수: 2
Image Analyst
2022년 3월 3일
For our convenience can you attach a screenshot of the data plotted?
Yumeng Yin
2022년 3월 3일
답변 (1개)
David Hill
2022년 3월 2일
[fitcurve,gof]=fit(duration_fit,y_duration_fit,'fourier5');%fourier5 does not look too bad
카테고리
도움말 센터 및 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!
