Remove Duplicates From 1D Array

Removes duplicate elements from a 1D array. This VI preserves the original order of the elements.


icon

Inputs/Outputs

  • c1dfxdt.png array

    array specifies the input array. This input accepts a 1D array of any data type.

  • i1dfxdt.png array with duplicates removed

    array with duplicates removed returns an array with the duplicate elements removed from array.