Vector Merge Block

Vector Merge Block

The Vector Merge block emits a combined vector of its inputs. It will flatten multi-dimensional input vectors and always emit a 1D vector. It accepts both vector and scalar inputs

Examples

Vector from scalars example
Scalars can be merged into a vector.
Vector from vectors example
Vectors of various dimensions can be merged into a new, flat vector.