How to get the vertex points of all grid points within a cube?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Michael Ferguson
am 16 Jul. 2019
Beantwortet: Bruno Luong
am 16 Jul. 2019
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 Kommentare
Adam
am 16 Jul. 2019
What do you mean by 'I have a NxN cube'? In what format do you have it at the moment?
Akzeptierte Antwort
Michael Ferguson
am 16 Jul. 2019
1 Kommentar
Adam
am 16 Jul. 2019
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!
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Discrete Data Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!