How to extend the graph from a limited range of data to the axis
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Shubham Khatri
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!