conj
Complex conjugate.
Syntax
Section titled “Syntax”Y = conj(X)Description
Section titled “Description”Returns the complex conjugate real(X) - imag(X)*1i element-wise.
Example
Section titled “Example”conj(3 + 4i) % 3 - 4iSee also
Section titled “See also”real— Real part of a complex number.imag— Imaginary part of a complex number.ctranspose— Conjugate transpose (A').