How to extend the graph from a limited range of data to the axis
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Shubham Khatri
el 21 de Feb. de 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 comentarios
Ver también
Categorías
Más información sobre Splines en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!