MATLAB Functions | Help Desk |
conj
Complex conjugate
ZC = conj(Z)
ZC = conj(Z)
returns the complex conjugate of the elements of Z
.
If Z
is a complex array:
conj(Z) = real(Z) - i*imag(Z)
i
, j
Imaginary unit (
)
imag
Imaginary part of a complex number
real
Real part of a complex number