polyfit
이전 댓글 표시
Fit a cureve to the below data using Matlab’s polyfit command.
x=[0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 14 16 17 18 19 20];
y=[3 5 7 9 11 13 13.6 13.7 13.8 13.9 14 14.1 14.15 14.2 14.25 14.3 14.32 14.34 14.36 14.37 14.38];
Compare the graphics of original data and fitted curve.
댓글 수: 1
Jan
2012년 5월 7일
You simply copy your homework question and wait, if somebody solves it for you.
답변 (1개)
Sean de Wolski
2012년 5월 7일
Some friends for your journey:
doc polyfit
doc polyval
doc plot
카테고리
도움말 센터 및 File Exchange에서 Array and Matrix Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!