Complex conjugate
Syntax
ZC = conj(Z)
Description
ZC = conj(Z) returns the complex conjugate of the elements of Z.
Z
Algorithm
If Z is a complex array:
conj(Z) = real(Z) - i*imag(Z)
See Also
i, j, imag, real
i
j
imag
real
© 1994-2005 The MathWorks, Inc.