Curve Fitting (No noise)

2 次查看(过去 30 天)
I need to find the function that describes a dataset (x, y), the values do not have noise. Which commands do you recommend?
  1 个评论
Andrew Newell
Andrew Newell 2017-4-19
Depends what you mean by "describes"! If you want a curve that goes through all the points, interpolation would be best. If x and y are vectors, you could use interp1.

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2017-4-19
See my polyfit() demo, attached. It's one of many possible ways. Whether or not it will be best for your needs is known only by you, not us.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by