由散点数据求拟合曲线。

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

 採用された回答

sanerip
sanerip 2022 年 11 月 19 日

0 投票

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

その他の回答 (0 件)

カテゴリ

タグ

質問済み:

2022 年 11 月 19 日

回答済み:

2022 年 11 月 19 日

Community Treasure Hunt

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

Start Hunting!