Ellipsoid 3D -another .. [message #49641] |
Thu, 03 August 2006 14:43 |
adisn123
Messages: 44 Registered: July 2006
|
Member |
|
|
Don't throw me rocks if I'm asking silly questions, though.
Here is my situation.
I have x, y, and z coordinate data sets, saved in the variable "is3D"
IDL> help, is3D
IS3D DOUBLE = Array[3, 17702]
1st column represents the x coordinate, 2nd the y coordinate, and etc.
I used "surface" and "plots" to plot those data points in 3D, which
seems working fine.
But, in my other purposes, I want to plot then in "Slicer", too.
Unfortunately, the is3D array did not work (even if I converted then to
pointer as input) since they are not 3D array, but 3D vectors.
Is there any way that I can somehow express those 3D vectors in 3D
array?
Thanks.
|
|
|