Conjugate of Matrix’s Elements
This blocks computes a matrix containing the conjugate of the elements of a complex input matrix.
The equivalent function of this block in Scilab is `conj`_.
-- -- -- --
| 1+i 2+3i 3+2i | Conjugate | 1-i 2-3i 3-2i |
| 4+i 5-8i 6-2i | -----------> | 4-i 5+8i 6+2i |
-- -- -- --