mergecats
Merge categories in categorical array
Description
merges two or more categories of a categorical array into one category. By default,
B = mergecats(A,oldcats)mergecats merges all the categories listed in
oldcats into a new category with the same name as
oldcats(1). If an element of A belongs to
a category listed in oldcats, then the corresponding element of
B belongs to oldcats(1).
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2013b