Method Reference: string.transpose

string: B = transpose (A)

Transpose a string matrix.

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

Source Code: string