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!