how to plot a 3D surface from N by 3 matrix
Show older comments
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.
Accepted Answer
More Answers (1)
darova
on 22 Aug 2019
0 votes
Look for griddata()
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!