From: Jane on
The values are not like this. They are x,y,z coordinates which looks like a nonuniform shape (has no pattern). It is like a grid. The rows are the different position of that grid in the depth. Another problem is how I can connect the xyz coordinates together to form a grid looking shape if the data is not structured in a way to join the points up to form a line. e.g. it would go from left to right and then back to the left again. I would want it to join from left to right and then up one then left then up one until it reaches the top and then come back down to form a grid. Maybe there is a plotting function that does that? Otherwise i would need to reshape the data plus add more data for it to join the points in a particular pattern using line.
 | 
Pages: 1
Prev: reshape
Next: Changing Axis Tick Font