Probability - Linear Regression
Afficher commentaires plus anciens
Can I get some help for this question?

Below is my attempt
x=[1 3 5 9 11 13];
y=[22 51 127 202 227 248 252];
scatter(x,y)
That is the furthest I can go. Any help would be appretiated. :)
4 commentaires
Stephan
le 21 Jan 2019
start with completing your x data - the seven is missing. Then begin to read about least squares curve fitting. To do this you should learn how to code your function in Matlab using a function handle.
Gulfstream Gaming
le 21 Jan 2019
Gulfstream Gaming
le 22 Jan 2019
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Linear Regression dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!