conj(val)

Complex conjugate.

conj(2+3i)
valueThe input.
return valueThe complex conjugate of the input.

The input can be any real number, complex number, or matrix. In case of matrices, the result is computed elmentwise.