How to extend the graph from a limited range of data to the axis
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Shubham Khatri
on 21 Feb 2021
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
0 Comments
See Also
Categories
Find more on Splines in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!