ctranspose:

Path: Common/@transmat

--------------------------------------------------------------------------
   Computes the transpose of a matrix.
--------------------------------------------------------------------------
   Form:
   b = ctranspose( a )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a           (:)   Object of type transmat

   -------
   Outputs
   -------
   b           (:)   Object of class transmat

--------------------------------------------------------------------------