Is there a function which calculates a POLYFIT and MEAN of vectors in MATLAB 7.11 (R2010b)?
조회 수: 5 (최근 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!