Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
MATZCONJ
Conjuguée des éléments d'une matrice
Aperçu

Contenu
Palette
Description
Ce bloc calcule une matrice contenant la conjuguée des éléments d'une matrice d'entrée complexe.
La fonction équivalente de ce bloc dans Scilab est conj.
Exemple
-- -- -- -- | 1+i 2+3i 3+2i | Conjuguée | 1-i 2-3i 3-2i | | 4+i 5-8i 6-2i | -----------> | 4-i 5+8i 6+2i | -- -- -- --
Propriétés par défaut
- always active: non 
- direct-feedthrough: oui 
- zero-crossing: non 
- mode: non 
- regular inputs: - - port 1 : size [-1,-2] / type 2 
- regular outputs: - - port 1 : size [-1,-2] / type 2 
- number/sizes of activation inputs: 0 
- number/sizes of activation outputs: 0 
- continuous-time state: non 
- discrete-time state: non 
- object discrete-time state: non 
- name of computational function: matz_conj 
Fonction d'interfaçage
- SCI/modules/scicos_blocks/macros/MatrixOp/MATZCONJ.sci 
Fonction de calcul
- SCI/modules/scicos_blocks/src/c/matz_conj.c 
Auteurs
Fady NASSIF - INRIA
| << MATTRAN | Palette Opérations matricielles | RICC >> |