MATLAB Function Reference
  Go to function:
    Search    Help Desk 
conj    See Also

Complex conjugate

Syntax

Description

ZC = conj(Z) returns the complex conjugate of the elements of Z.

Algorithm

If Z is a complex array:

See Also

i, j        Imaginary unit ()

imag        Imaginary part of a complex number

real        Real part of a complex number



[ Previous | Help Desk | Next ]