How can I find coefficients for a sinusoidal function?
이전 댓글 표시
The user inputs data in xy pairs separated into columns. The code is supposed to give a sinusoidal regression fit using only simple matlab functions, no toolkit or addons of any kind. I know the format is supposed to be Asin(B*X+C)+D, bud don't know what function can find these coefficients. I have very minimal experience with coding so some explanation would also be appreciated.
답변 (1개)
Star Strider
2018년 4월 20일
0 개 추천
An oldie but a goodie: Curve fitting to a sinusoidal function (link)
카테고리
도움말 센터 및 File Exchange에서 Linear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!