Remove Duplicates From 1D Array

Description

Removes duplicate elements from a one-dimentional array.

Warning : A new tensor is created for the output.

 

Input parameters

 

array : class, one-dimentional tensor.

Output parameters

 

array with duplicates removedĀ : class, returns a tensor with the duplicate elements removed from array.

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).

Table of Contents