10-19-2009 10:08 PM
I was hoping I could get some help in plotting a 3d array into a 4d plot. I currently have a 512x512x75 array where each point has a value. It's simply represented in Labview by a 3d array. I would like each value to be an intensity (preferably a shade of gray as opposed to different colors) at each point and the dimensions to be x,y,and z respectively. I'm having a hard time getting there. I have been trying to use a parametric graph that requires an x,y,z and w matix, but I can't quite get it. I have looked at these posts:
http://forums.ni.com/ni/board/message?board.id=170&message.id=143272&requireLogin=False
http://sine.ni.com/devzone/cda/epd/p/id/1796
What exactly do I wire to the matrix input from a regular 3d array?
Thanks
10-20-2009 05:58 AM
I think you can leave the W vector un-wired and it will work.
Otherwise wire the Z data to the W as well as the Z input. See also this thread.
Ben
10-20-2009 08:43 AM
10-20-2009 02:06 PM
Each point is decscribed by upto four values XYZW. The four values are built up by equivelently indexed values form weach of the values you pass in the 3 (or 4) 2d arrays.
Go to this thread and down load my car example and play with the values. It has a very small set of coordinates and could help you get your head around how you have to format your data to achieve your goal.
Here isa preview of what you will find there.
And
Ben
10-20-2009 02:24 PM
10-20-2009 03:15 PM