User`s guide

Transpose
5-451
5Transpose
Purpose Compute the transpose of a matrix.
Library Math Functions / Matrices and Linear Algebra / Matrix Operations
Description The Transpose block transposes the M-by-N input matrix to size N-by-M. When
the
Hermitian check box is selected, the block performs the Hermitian
(complex conjugate) transpose
y = u' % Equivalent MATLAB code
When the Hermitian check box is not selected, the block performs the
nonconjugate transpose
y = u.' % Equivalent MATLAB code
A length-M 1-D vector input is treated as an M-by-1 matrix. The output is
always sample-based.
Dialog Box
Hermitian
When selected, specifies the complex conjugate transpose. Tunable, except
in Simulink’s external mode.
u
11
u
12
u
13
u
21
u
22
u
23
u
11
*
u
21
*
u
12
*
u
22
*
u
13
*
u
23
*
u'
u
11
u
12
u
13
u
21
u
22
u
23
u
11
u
21
u
12
u
22
u
13
u
23
u.'