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!