Finding coefficients from polyfits
26 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Walter Roberson
il 8 Mar 2021
What does the documentation for polyfit() say about what the output is?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Linear and Nonlinear Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!