Transpose 2D Array
- 更新时间2023-02-17
- 阅读时长1分钟
Transpose 2D Array
Rearranges the elements of a 2D array such that the array [i,j] becomes a transposed array [j,i].
Inputs/Outputs

2D array
A 2D array of any type.

transposed array
The transposed 2D array.