Method Reference: string.ctranspose

string: B = ctranspose (A)

Transpose a string matrix.

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

Source Code: string