How to extend the graph from a limited range of data to the axis

3 次查看(过去 30 天)
Hello,
I have the following graph:
And I would like to make it so that it intersects the y-axis, following the trend of the given datapoints.
Thanks for the help.
  6 个评论
KSSV
KSSV 2021-2-11
编辑:KSSV 2021-2-11
I already mentioned.... it is an extrapolation..you need to be careful.
Tb
Tb 2021-2-11
编辑:Tb 2021-2-11
Ok, how can extrapolation be used for polyfit as you mentioned initially @KSSV? I would like to compare the results and see which one is more accurate. Thanks

请先登录,再进行评论。

回答(1 个)

Shubham Khatri
Shubham Khatri 2021-2-21
Hello,
To extrapolate a curve, you need to have any 2 of the following:
  • The equation of the curve itself (using which the plot of the curve can be made)
  • The degree of the equation of the curve, If you know the degree of the equation of the curve, you can use polynomial fitting to find the approximate equation of the curve.
Hope it helps

类别

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