Array To Cluster

Converts a 1D array to a cluster of elements of the same type as the array elements. Use this function when you want to display elements of the same type in a front panel cluster indicator but still want to manipulate the elements on the block diagram by their index values.

Right-click the node and select Cluster Size from the shortcut menu to set the number of elements in the cluster. The default is nine. The maximum cluster size for this function is 256.

array is a one-dimensional array of any type.
Each element in cluster is the same as the corresponding element in array. The cluster order matches the order of the elements in the array.