How to get the vertex points of all grid points within a cube?
5 次查看(过去 30 天)
显示 更早的评论
If I have a NxN cube, and wanted to plot a point at each integer x,y,z position included in the cube, how could I iterate through and store all the points to x,y,z point arrays?
2 个评论
Adam
2019-7-16
What do you mean by 'I have a NxN cube'? In what format do you have it at the moment?
采纳的回答
Michael Ferguson
2019-7-16
1 个评论
Adam
2019-7-16
doc ndgrid
should be able to give you the points. It's advisable to plot them all as a single scatter plot, otherwise performance can suffer the more graphics objects you have and N^3 gets big pretty fast!
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete Data Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!