Is there a function which calculates a POLYFIT and MEAN of vectors in MATLAB 7.11 (R2010b)?
1 回表示 (過去 30 日間)
古いコメントを表示
I am working with MATLAB 7.11 (R2010b). In my project I need to linear fit multiple vectors and calculate the mean of them. I would like to know if there is a function which can do this?
0 件のコメント
採用された回答
Maurice Boueri
2011 年 1 月 19 日
I don't think there is a function that does it automatically.. I guess you would need to write a MATLAB script which uses POLYFIT and MEAN to get this done..
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Polynomials についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!