1d scattered data interpolation
Afficher commentaires plus anciens
Hey everybody,
Matlab is becoming my arch enemy and I need some brave soldier to help me with my next battle, I have the following data:
x=[23 312 6546] y=[3 43 342]
So I can make a scattered 'graph' of points (x,y)
Now I want to linearly interpolate for example in the point, say (6,*) how can I do this? I used already 'griddedInterpolant' and other options!
Thank you very much in advance,
James
1 commentaire
Walter Roberson
le 6 Nov 2012
6 is not within your range of x values, so you cannot interpolate to there; you would have to extrapolate.
Réponse acceptée
Plus de réponses (1)
James van Viersen
le 6 Nov 2012
0 votes
Catégories
En savoir plus sur Discrete Data Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!