categorical

Methods

Method Reference: categorical.isrow

categorical: TF = isrow (C)

Return true if categorical array is a row vector.

TF = isrow (C) returns a logical scalar TF, which is true, if the categorical array C is a row vector, and false otherwise. A row vector is a 2-D array for which size (X) returns [1, N] with non-negative N.

Source Code: categorical