Finding coefficients from polyfits
28 views (last 30 days)
Show older comments
Load census.mat
Write a script to fit a polynomial model to the data (order = 2)
What is the coefficient b for the model y=ax^2+bx+c fitted by polyfit?
1 Comment
Walter Roberson
on 8 Mar 2021
What does the documentation for polyfit() say about what the output is?
Answers (0)
See Also
Categories
Find more on Linear and Nonlinear Regression 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!