trying to fit x1 and y1 and in result want fitted value but for that this error is coming ? How can I improve my result?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
In polyfit at 76
Warning: Polynomial is badly conditioned. Add points with distinct X values, reduce
the degree of the polynomial, or try centering and scaling as described in HELP
POLYFIT.
Answers (1)
Image Analyst
on 25 Aug 2013
Edited: Image Analyst
on 25 Aug 2013
0 votes
When you get that error, you must use the S and mu arguments. See the help for polyfit, as the error message directed you to.
3 Comments
RS
on 25 Aug 2013
Image Analyst
on 25 Aug 2013
They do centering and scaling so your numbers don't have such a huge range, which limits your accuracy.
RS
on 27 Aug 2013
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!