Getting interpolated points from surface
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello all,
I am new to this forum, but have been using matlab for a while and I have a question. I have made a successful mesh plot from a set of points and was wondering if it is possible to get the interpolated points that Matlab generates to create the surface. Example, If you have 3 3D points
1 1 1
2 2 2
4 4 4
and you wanted the values in between those points on the surface, is that possible. Thanks
0 Commenti
Risposte (1)
Shashank Prasanna
il 3 Ago 2013
If you already have gridded data on a mesh use these functions from grid based interpolation:
On the other hand if you data is scattered and doesn't conform to a mesh then you can use scattered interpolation:
0 Commenti
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!