由散点数据求拟合曲线。

我现在对MATLAB没有任何基础,希望对Excel的一组数据进行曲线拟合(平滑,误差小),用的是MATLAB R2014A版本。求大神帮忙解答!感激不尽~~
数据在附件excel表中

 Accepted Answer

sanerip
sanerip on 19 Nov 2022

0 votes

该数据大概可用fx=(a+b*x)./x表示:
[a b]=[-3.812119537 0.9702812661];
r^2=0.69371
如图。

More Answers (0)

Tags

Asked:

on 19 Nov 2022

Answered:

on 19 Nov 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!