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.
B = ctranspose (A)
B = A'
ctranspose
transpose
Source Code: string