Welcome to our Support Center

Transpose Array

Description

Rearranges the elements of n-dimensional array such that array becomes transposed array.

Warning : A new tensor is created for the output.

 

Input parameters

 

array : class, n-dimentional tensor.
axis_order : array, order of the axes that define the transposition.

Output parameters

 

transposed array : class, the result.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install PERRINE library to run it).

Transpose 2D Array

Transpose 3D Array

Transpose 4D Array

Table of Contents
Index