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!