Transpose matrix🔗

Transposes the input matrix.

Inputs🔗

  • matrix: An N-by-M input matrix

Outputs🔗

  • matrix: Transposed M-by-N output matrix.