conj
Complex conjugate
y=conj(a)
Inputs
a
Any numeric array.
Outputs
y
An array of the same size as the input. Each element of
y
is the complex conjugate of the corresponding element of
a
.