Warning: Polynomial is not unique
Show older comments
How to solve this issue
Warning: Polynomial is not unique; degree >= number of data points.
> In polyfit at 71
Answers (1)
Wayne King
on 19 Jan 2012
2 votes
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.
Categories
Find more on Polynomials in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!