Array Crop

Deletes elements of an array considering that the array is a matrix of nb columns in x nb lines in elements.

For example, the array 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 can be considered as the following 4 x 4 matrix:

  1  2  3  4 
  5  6  7  8 
  9  10 11 12
  13 14 15 16

This module can extract the sub-matrix like:

  6  7
  10 11

and the output array 6,7,10,11.

Settings

bypass

Bypasses the module.

array in

Array input flow(s).

array out

Array output flow(s).

nb columns in

Number of columns of the input array (matrix).

nb lines in

Number of lines of the input array (matrix).

start column out

Start column index of the sub-matrix to extract.

start line out

Start line index of the sub-matrix to extract.

length column out

Number of columns to extract.

length line out

Number of lines to extract.

See also

version 6.0.240115

Edit All Pages