07-27-2009 09:52 AM - edited 07-27-2009 09:56 AM
Hi,
I extract data which are
-1D array of a cluster of 2 elements (X,Y coordinates)
-1D array of numeric values related to one position
I would like to group these 2 arrays in one big array of a cluster of 3 elements to use the same index for the position and the numric value ; and everything is running in a for loop. I attach what i have for the moment, one array of a cluster of 2 elements which are the 1D arrays previously described.
Thanks!
PS: second attach is what I would like to have...
07-27-2009 09:59 AM
Instead of posting a screenshot, please post an actual VI so we can work with your data types.
Right now it looks like you have a cluster of 2 numerics. That cluster is inside a 1-D array. That 1 -D array and a numeric are inside another cluster. That cluster is inside a 1-D array.