ctranspose, '
Complex conjugate transpose
Syntax
Description
B = computes the complex conjugate
transpose of A'A.
B = ctranspose( is an alternate way to
execute A)A', but is rarely used. It enables operator overloading
for classes.
Examples
Input Arguments
More About
Tips
The nonconjugate transpose operator,
A.', performs a transpose without conjugation. That is, it does not change the sign of the imaginary parts of the elements.For logical or non-numeric inputs,
ctransposeandtransposeproduce the same result.
Extended Capabilities
Version History
Introduced before R2006a