Transpose 2D Array

Rearranges the elements of a 2D array such that the array [i,j] becomes a transposed array [j,i].

1378

Inputs/Outputs

datatype_icon

2D array

A 2D array of any type.

datatype_icon

transposed array

The transposed 2D array.