Warning: Polynomial is not unique
이전 댓글 표시
How to solve this issue
Warning: Polynomial is not unique; degree >= number of data points.
> In polyfit at 71
답변 (1개)
Wayne King
2012년 1월 19일
2 개 추천
You have to reduce the degree of the polynomial you are trying to fit. You do not have enough data points for the degree polynomial you are trying to use.
카테고리
도움말 센터 및 File Exchange에서 Polynomials에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!