conj
Complex conjugate
📝 Syntax
CZ = conj(M)
📥 Input argument
M - a variable
📤 Output argument
CZ - result of conj: complex conjugate.
📄 Description
conj returns the complex conjugate.
💡 Example
x = [1+i,-i;i,2i];
r = conj(x)🔗 See also
real.
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?