how to plot a 3D surface from N by 3 matrix
Afficher commentaires plus anciens
I have a matrix with dimensions N by 3, for example 100 rows and 3 columns. Each row correspondds to the 3D location of a point, i.e., we have 100 points. I want to pot the 100 points and connect them as a surface.
Réponse acceptée
Plus de réponses (1)
darova
le 22 Août 2019
0 votes
Look for griddata()
Catégories
En savoir plus sur Surface and Mesh 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!