How to meshgrid set of points in 3d
Show older comments
Hello there, how would wou grid 8 points?
p1 = [3 1 1]
p2 = [3 -1 1]
p3 = [3 -1 -1]
p4 = [3 1 -1]
q1 = [2 2 2]
q2 = [2 -2 2]
q3 = [2 -2 -2]
q4 = [2 2 -2]
Those points are not the ones I am using, but just an example.
The points I am trying to grid are over a spheric surface, would it work?
6 Comments
Rik
on 28 Aug 2020
What would the result look like? And did you store the data in numbered variables or in an array?
Javier
on 28 Aug 2020
Rik
on 28 Aug 2020
So you want to create a wire frame plot? and these values are coordinates?
Javier
on 28 Aug 2020
Rik
on 28 Aug 2020
What about plot3?
Javier
on 28 Aug 2020
Accepted Answer
More Answers (0)
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!