| DSP Blockset | Search  Help Desk |
| Transpose | See Also |
Compute the transpose of a matrix.
Library
Matrix Functions, in Math FunctionsDescription
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:y = u' % equivalent MATLAB code
When the Hermitian check box is not selected, the block performs the non-conjugate transpose:
y = u.' % equivalent MATLAB code
Note
Dialog Box


See Also
Permute Matrix