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

The connector pane displays the default data types for this polymorphic function.


icon

Inputs/Outputs

  • c2ddbl.png 2D array

    2D array can be a 2D array of any type.

  • i2ddbl.png transposed array

    transposed array is the output array.