LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

excracting different sized arrays from each iteration of a for loop

Hi everyone,
 
I have a nested for loop inside another for loop. The interior for loop sorts through a set of data and picks out certain values and places them into an array. How can I isolate these different sized arrays after each iteration of the outer loop? any help would be apreciated
 
alex
0 Kudos
Message 1 of 3
(2,141 Views)
Hi alex,
you can use array of cluster of array. With this combination it is possible that all arrays in the cluster have a different length.

Hope it helps.
Mike
0 Kudos
Message 2 of 3
(2,135 Views)

I agree with Mike.

Using an array of a cluster of arrays is your easiest solution.

R

0 Kudos
Message 3 of 3
(2,125 Views)