Skip to content

conj

Complex conjugate.

Y = conj(X)

Returns the complex conjugate real(X) - imag(X)*1i element-wise.

conj(3 + 4i) % 3 - 4i
  • real — Real part of a complex number.
  • imag — Imaginary part of a complex number.
  • ctranspose — Conjugate transpose (A').