The block implements transposing of the initial matrix.
Ports
- Input port to feed the initial matrix;
- Output port for outputting the transposed matrix.
Свойства
- Number of rows - an integer number equal to the number of rows in the initial matrix;
- Number of columns - an integer number equal to the number of columns in the initial matrix.