3D plotting from an m by n matrix -
I have a large file (more than 2 million cells) and I need the value of each individual cell to read For the z graph to be X and Y coordinate, coordinate the 3D plot and the original X, Y coordinates of the cell. For example:
M = 1 2 3 4 5 6 7 8 9
I need it (1, 1,1) (2,1,2) as Read (3,1,3) (1,2,4) (2,2,5) (3,2,6) (1,3,7) (2,3,8) (3, 9)
And from there I need to make a 3D plot. Please help! Pseudocode:
pseudocode:
size = 3 # set it xx = The successful plot for maximum value for 1 y = 1 z = readvalue () (x, y, z) x = x + 1 by x & gt; Size x = 1 y = y + 1z = Pelvalue ()
Comments
Post a Comment