How to extend the graph from a limited range of data to the axis
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Shubham Khatri
le 21 Fév 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 commentaires
Voir également
Catégories
En savoir plus sur Splines dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!