function conj
Returns the complex conjugate of X.
Syntax
result = conj(X)
Arguments
X: | A matrix or a complex number. |
See also
function complex function real function imag function arg function abs
Returns the complex conjugate of X.
Syntax
result = conj(X)
Arguments
X: | A matrix or a complex number. |