conj

Purpose

Complex conjugate.

Synopsis

Y = conj(X)

Description

conj(X) returns the complex conjugate of the elements of X.

Algorithm

If X is a complex vector or matrix:

conj(X) = real(X)-i*imag(X)

See Also

imag, real

(c) Copyright 1994 by The MathWorks, Inc.