Sort Array

Description

Rearranges array by sorting the elements in ascending order.

 

Input parameters

 

array : class, n-dimensional tensor.

Output parameters

 

sorted array : class, tensor sorted in ascending order.

Examples

All these examples 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 Accelerator library to run it).

Sort 1D Array

Sort 2D Array

Sort 3D Array

Table of Contents