DSP Blockset
  Go to block:
    Search    Help Desk 
Transpose    See Also

Compute the transpose of a matrix.

Library

Matrix Functions, in Math Functions

Description

The Matrix Transpose block transposes the M-by-N input matrix such that the output matrix has size N-by-M.

When the Hermitian check box is selected, the block performs the Hermitian (conjugate) transpose:

When the Hermitian check box is not selected, the block performs the non-conjugate transpose:

Note
If you expect to generate code for the Matrix Transpose block using the Real-Time Workshop, you should ensure that matrix inputs are contiguous in memory. See the Contiguous Copy block for more information.

Dialog Box

Number of columns in input
The number of columns in the input matrix.
Hermitian 
Selects the non-conjugate transpose when checked. This parameter is not tunable in Simulink's external mode.

See Also

Permute Matrix
Reshape
Submatrix


[ Previous | Help Desk | Next ]