categorical

Methods

Method Reference: categorical.transpose

categorical: B = transpose (A)

Transpose a categorical matrix.

B = transpose (A) is the equivalent of the syntax B = A.' and returns the transpose of the categorical matrix A.

Source Code: categorical