How to use lsqlin for best line or ploynormial fitting?
3 ビュー (過去 30 日間)
古いコメントを表示
I have a set of X and Y data only.
X=[-11 -10 -9 -8 -6 -4 -2 0 1 2 ] Y=[ 3 5 1 4 6 10 12 12 12.5 12]
I want to calculate the best fitting line for the given set of coordinates. How can I use lsqlin to compute the parameters of the equation.
How can I use it for polynomials?
0 件のコメント
回答 (1 件)
Torsten
2015 年 3 月 2 日
Is there any advantage of lsqlin over polyfit you have in mind ?
Best wishes
Torsten.
参考
カテゴリ
Help Center および 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!