MATLAB Functions Help Desk

conj

Purpose

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 ]