Scicos Block
fr - eng


Matrix Transpose

\epsfig{file=MATTRAN.eps,height=90pt}

Contents

Palette

Description

This Block transposes an MxN matrix to a NxM matrix. For complex data type it uses the hermitian transpose. The equivalent of this block in Scilab is y=u'.

Dialog box

\begin{figure}\begin{center}
\epsfig{file=MATTRAN_gui.eps,width=300pt}
\end{center}\end{figure}

Example

.                        Complex 
--                  --               --           --
| 1+i   2+3i    3+2i |   Tranpose    | 1- i   4- i |
| 4+i   5-8i    6-2i | ----------->  | 2-3i   5+8i |
--                  --               | 3-2i   6+2i |
.                                    --           --
.                  Real 
--          --               --      --
| 1   -2   3 |   Tranpose    | 1    4 |
| 4   5    6 | ----------->  |- 2   5 |
--          --               | 3    6 |
.                            --      --

Default properties

Interfacing function

Computational function

See also

Authors