Probability - Linear Regression
显示 更早的评论
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 个评论
Stephan
2019-1-21
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
2019-1-21
Gulfstream Gaming
2019-1-22
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!