<< MATTRAN Matrix_pal RICC >>

Scilab Help >> Xcos > palettes > Matrix_pal > MATZCONJ

MATZCONJ

Conjugate of Matrix's Elements

Block Screenshot

Contents

Description

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.

Default properties

Example

--                  --                  --                  --
| 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 |
--                  --                  --                  --

Interfacing function

Computational function

See also


Report an issue
<< MATTRAN Matrix_pal RICC >>