polyfit question

2 ビュー (過去 30 日間)
Andy
Andy 2012 年 1 月 27 日
I used polyfit like this:
p=polyfit(avg_Y,x,1)
where both avg_Y, and x are 12 by 1 matrix. my purpose is try to find a best fit line (if there is any other way of doing it, please tell me).
Matlab gives me 0.0042 2.5802
what do i do with these numbers? What do they mean? i read help center but it wasnt too helpful. Thanks

採用された回答

Honglei Chen
Honglei Chen 2012 年 1 月 27 日
It means
avg_Y = 0.0042*x+2.5802
see
doc polyfit

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by