Interpolation of 3D point data
Afficher commentaires plus anciens
Hello, I have a nx5 matrix where column 3, 4 and 5 are x,y,z 3D points respectively. I was wondering how I would interpolate (smooth) this 3D data. Many thanks
4 commentaires
Stephen23
le 19 Avr 2016
Do you want to interpolate, or to smooth the data? These are two quite different operations.
shellmcg
le 20 Avr 2016
Walter Roberson
le 20 Avr 2016
What properties does the curve need to have? Are you looking for a spline fit? A pchip fit?
shellmcg
le 20 Avr 2016
Réponse acceptée
Plus de réponses (2)
Walter Roberson
le 20 Avr 2016
0 votes
It looks to me as if you likely want a scattered interpolant.
2 commentaires
shellmcg
le 22 Avr 2016
Modifié(e) : Walter Roberson
le 22 Avr 2016
Adam Danz
le 19 Déc 2019
shellmcg
le 28 Avr 2016
1 commentaire
John D'Errico
le 28 Avr 2016
Modifié(e) : John D'Errico
le 29 Avr 2016
I'm sorry, but this answer is just a poor way of solving the problem, presuming the points are somehow equally spaced. Use of a spline as was done here can cause some strange artifacts.
Catégories
En savoir plus sur Interpolation 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!