MATCATH Concaténation horizontale
The MATCATH Block outputs the horizontal concatenation of multiple matrices. It is also called concatenation according to the columns. The inputs U1,U2,...,Un must have the same number of rows. The output is a M-by-(N1+N2+...+Nn) matrix, where N1,N2,...,Nn are the numbers of columns of the inputs matrices, and M is the number of rows.
The equivalent of MATCATH in Scilab is y=[U1 U2 ... Un].
- Datatype(1=real double 2=Complex)
Ce paramètre indique le type de donnée de la sortie. Ce bloc fonctionne uniquement avec des types de donnée réels(1) et complexes(2). Si un autre type que 1 et 2 est indiqué, alors Scicos retourne le message d'erreur "Datatype is not supported".
Propriétés : Type 'vec' de taille 1.
- number of columns of each matrix
It indicates the number of columns of the inputs matrices.
Propriétés : Type 'mat' de taille [-1,1].
- toujours actif: non
- direct-feedthrough: oui
- détection de passage à zéro: non
- mode: non
- entrée régulières:
- port 1 : taille [-1,-2] / type 1
- port 2 : taille [-1,-3] / type 1
- sorties régulières:
- port 1 : taille [1,1] / type 1
- nombre des entrées évènementielles: 0
- nombre des sorties évènementielles: 0
- possède un état continu: non
- possède un état discret: non
- possède un état objet: non
- nom de la fonction de calcul: mat_cath
- SCI/macros/scicos_blocks/MatrixOp/MATCATH.sci [voir code]
Fady NASSIF INRIA