Concatenates the input arrays vertically. vconcatmx(a, b, ...) is equivalent to [a; b; ...]. You can specify an unlimited number of input arrays. All arrays must have the same number of columns.
c = vconcatmx(a, b, ...)
Array.
Further arrays.
Vertical concatenation of a, b, and further arrays. c is an array.
A = [1, 2; 3, 4] B = [5, 6; 7, 8] C = vconcatmx(A, B)
Installed By: LabVIEW Communications System Design Suite (introduced in 1.0)
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
This site uses cookies to offer you a better browsing experience. Learn more about our privacy policy.