How to get the vertex points of all grid points within a cube?
    8 views (last 30 days)
  
       Show older comments
    
    Michael Ferguson
 on 16 Jul 2019
  
    
    
    
    
    Answered: Bruno Luong
      
      
 on 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 Comments
  Adam
      
      
 on 16 Jul 2019
				What do you mean by 'I have a NxN cube'?  In what format do you have it at the moment?
Accepted Answer
  Michael Ferguson
 on 16 Jul 2019
        1 Comment
  Adam
      
      
 on 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!
More Answers (1)
See Also
Categories
				Find more on Scatter 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!
