Concatenate categorical arrays
Syntax
c = cat(dim,A,B,...)
Description
c = cat(dim,A,B,...) concatenates the categorical
arrays A,B,... along dimension dim.
All inputs must have the same size except along dimension dim.
The set of categorical levels for C is the sorted
union of the sets of levels of the inputs, as determined by their
labels.
See Also
cat (MATLAB function), horzcat (categorical class
method), vertcat (categorical class method)
 | casewrite | | categorical class |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit