Hello,
I'm trying to make a matrix of point cloud data. Each number in colums A,B,C will plot itself as a point/pixel in my program. I've done a manual numbering and wondering if I can automate it?
For example, to make a cube 10 x 10 x 10 pixels, I had to do the following:
A B C
0 0 1...