| MATLAB Function Reference | Search  Help Desk |
| conj | See Also |
Syntax
ZC = conj(Z)
Description
ZC = conj(Z)
returns the complex conjugate of the elements of Z.
Algorithm
IfZ is a complex array:
conj(Z) = real(Z) - i*imag(Z)
See Also
i, j, imag, real