Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - Français

Change language to:
English - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide Scilab >> Xcos > palettes > Palette Opérations matricielles > MATTRAN

MATTRAN

Transposée de matrice

Aperçu

Description

Ce bloc transpose une matrice MxN vers une matrice NxM. Le résultat dépend du paramètre rule. Quand ce paramètre est égal à :

  • 1 : Le bloc sort la matrice transposée.

  • 2 : Le bloc sort la matrice transposée de la matrice conjuguée.

Les opérateurs équivalents de MATTRAN dans Scilab sont respectivement y=u.' et y=u'. Voir quote (').

Boîte de dialogue

  • Datatype(1=real double 2=Complex)

    Il indique le type de la sortie. Il supporte seulement les types double (1) et complexe (2). Si on entre une autre valeur dans ce paramètre, Xcos affiche le message "Datatype is not supported".

    Propriétés : Type 'vec' de taille 1.

  • rule(1=.' 2=')

    Indique la régle de transposition. Voir la description pour plus d'information.

    Propriétés : Type 'vec' de taille 1.

Exemple

.                        Complexe
--                  --                    --           --
| 1+i   2+3i    3+2i |   Tranposée (.')   | 1+ i   4+ i |
| 4+i   5-8i    6-2i |   ----------->     | 2+3i   5-8i |
--                  --                    | 3+2i   6-2i |
.                                         --           --
.                        Complexe
--                  --                   --           --
| 1+i   2+3i    3+2i |   Tranposée (')   | 1- i   4- i |
| 4+i   5-8i    6-2i |   ----------->    | 2-3i   5+8i |
--                  --                   | 3-2i   6+2i |
.                                        --           --
.                  Réel
--          --               --      --
| 1   -2   3 |   Tranpose    |  1   4 |
| 4    5   6 | ----------->  |- 2   5 |
--          --               |  3   6 |
.                            --      --

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 1

  • regular outputs:

    - port 1 : size [-2,-1] / type 1

  • 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: mattran_m

Fonction d'interfaçage

  • SCI/modules/scicos_blocks/macros/MatrixOp/MATTRAN.sci

Fonctions de calcul

  • SCI/modules/scicos_blocks/src/c/mattran_m.c

  • SCI/modules/scicos_blocks/src/c/matztran_m.c

Auteurs

  • Fady NASSIF INRIA

  • Alan Layec INRIA

<< MATSUM Palette Opérations matricielles MATZCONJ >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:11:03 CEST 2011