Method Reference: calendarDuration.ctranspose

calendarDuration: B = ctranspose (A)

Transpose a calendarDuration matrix.

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

Source Code: calendarDuration