ctranspose
Returns complex conjugate transpose: ' operator.
Syntax
C= ctranspose(A)
C = A'
Input argument
A - a variable
Output argument
C - result: complex conjugate transpose of A.
Description
C = ctranspose(A) returns the complex conjugate transpose of A.
Examples
See also
History
Author
Allan CORNET
Last updated