Curve fitting using custom model
이전 댓글 표시
Given set of x and y, how can I solve the parameter a, b and c in the model
y = a * x^b + c
to best fit the given data?
As I will further implement the algorithm in C++, I would prefer not using built-in Matlab functions to solve parameters.
Could anyone please suggest an algorithm? Many thanks, Kyle.
댓글 수: 2
Walter Roberson
2015년 7월 28일
Are a and x certain to be non-negative ?
Kyle Wang
2015년 7월 28일
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!