08-08-2006 06:13 AM
Hi Darren,
I have 1D array of cluster of 2D array, but now i want to get the data from the whole array so that i can program them using Matlab. I try to connect the 1D array of cluster of 2D array to the I/O Function called "Write Labview Measurement File" , but it doesn't allow me to do so. Do you have any other method that i can get the data out from LabView ? Thank you
08-08-2006 10:07 AM
I imagine you would want to unbundle the 2D arrays out of the clusters in a loop, and concatenate them together with a Build Array function, then send the resulting 2D array to the Write LabVIEW Measurement File Express VI. See if that works.
-D