datetime

Methods

Method Reference: datetime.transpose

datetime: B = transpose (A)

Transpose a datetime matrix.

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

Source Code: datetime