Transpose 2D Array Function

Owning Palette: Array VIs and Functions

Requires: Base Development System

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.

 Add to the block diagram  Find on the palette
2D array can be a 2D array of any type.
transposed array is the output array.