Transpose Matrix VI

Owning Palette: Linear Algebra VIs

Requires: Full Development System

Transposes Input Matrix. If Input Matrix is a complex matrix, the VI performs conjugate transposition. Wire data to the Input Matrix input to determine the polymorphic instance to use or manually select the instance.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

Real Transpose Matrix

Input Matrix is the input matrix for the transposition operation.
Matrix Transpose returns the transpose of Input Matrix.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

Complex Conjugate Transpose Matrix

Input Matrix is the input matrix for the complex conjugate transposition operation.
Matrix Conjugate Transpose returns the complex conjugate transpose of Input Matrix.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.