categorical

Methods

Method Reference: categorical.ctranspose

categorical: B = ctranspose (A)

Transpose a categorical matrix.

B = ctranspose (A) is the equivalent of the syntax B = A' and returns the transpose of the categorical matrix A. For categorical arrays, ctranspose is identical to transpose.

Source Code: categorical