Calq commands and keywords

Symbol

.'

Definition

Transpose operator. This returns the transpose of the matrix that precedes it. The returned matrix has the same elements as the transposed one, except that the rows and columns are switched.

Example

  a = [1, 2, 3; 4, 5, 6];
  a.'
  1 4
  2 5
  3 6

See also

length. size. ones. zeros. setsize. transpose.


What is Calq?
Latest version of Calq
Digital Wave Systems Lab homepage