Indexes a set of arrays and creates a cluster array in which the
ith cluster contains the
ith element of each input array. This behavior is similar to the
zip
function in some text-based languages.
element
An array whose elements you want to separate and redistribute into clusters.
created cluster array
An array in which each cluster contains one element from each input array. The number of elements in the output array equals the number of elements in the shortest input array.
Illustration of Behavior
This node performs the same operation as Example 1 in the following image. You can use Index and Build Cluster Array to improve both implementation time and memory usage.
Where This Node Can Run:
Desktop OS: Windows
FPGA:
Not supported
Web Server: Supported in VIs that run in a web application