Concatenate two matrices
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
in2 | adapt | 0 | 0 | 0 | 1 | 1 | char long float32 float64 |
out | n/a | 0 | 0 | 0 | 1 | 1 | char long float32 float64 |
Name | Type | g/s | Description |
---|---|---|---|
autoclear | int | Matrix clear following output flag (default = 1) | |
concatdim | int | The dimension across which concatenation occurs (default = 0) | |
mode | int | Concatenation order flag (default = 0) 0 = append the matrix entering the right inlet to the matrix entering the left inlet 1 = append the matrix entering the left inlet to the matrix entering the right inlet |
|
truncate | int | Matrix truncation flag (default = 1) When the flag is set, the right input's dimensions are truncated to the left input's dimensions if the right dimensions are greater than the left for all dimensions except the concatenation dimension. |
Name | Description |
---|---|
jit.demultiplex | Demultiplex (deinterleave) a single matrix into two matrices |
jit.glue | Glue many matrices into one |
jit.matrix | The Jitter Matrix! |
jit.multiplex | Multiplex (interleave) two matrices into one matrix |
jit.scissors | Cut up a matrix into evenly spaced sub matrices |
jit.split | Split a matrix into two matrices |