Horizontal concatenation for categorical arrays
Syntax
C = horzcat(dim,A,B,...)
C = horzcat(A,B)
Description
C = horzcat(dim,A,B,...) horizontally concatenates
the categorical arrays A,B,... . For matrices,
all inputs must have the same number of rows. For n-D
arrays, all inputs must have the same sizes except in the second dimension.
The set of categorical levels for C is the sorted
union of the sets of levels of the inputs, as determined by their
labels.
C = horzcat(A,B) is called for the syntax [A
B].
See Also
cat, vertcat
 | hmmviterbi | | horzcat (dataset) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit