datetime.ctranspose
datetime: B = ctranspose (A)
Transpose a datetime matrix.
B = ctranspose (A) is the equivalent of the syntax
B = A' and returns the transpose of the datetime
matrix A. For datetime arrays, ctranspose is identical to
transpose.
Source Code: datetime