jit.unpack Make multiple single plane matrices out of a multiplane matrix

The jit.unpack object splits a single N plane matrix into N single plane matrices.

Matrix Operator: in[1] out[variable]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a

Arguments:
int
The number of planes in the input matrix and the number of single plane matrix outlets for the jit.unpack object (default = 4).

Example:

See Also:
jit.coerce, jit.concat, jit.pack, jit.split