Concatenates the input arrays horizontally. hconcatmx(a, b, ...) is equivalent to [a, b, ...]. You can specify an unlimited number of input arrays. All arrays must have the same number of rows.
c = hconcatmx(a, b, ...)Legacy name: horzcat
Array of any dimension.
Array of any dimension.
Further arrays.
Horizontal concatenation of a, b, and further arrays. c is an array.
A = [1, 2; 3, 4] B = [5, 6; 7, 8] C = hconcatmx(A, B)
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported