Remove Duplicates From 1D Array
- Updated2025-03-14
- 1 minute(s) read
Remove Duplicates From 1D Array
Removes duplicate elements from a 1D array. This VI preserves the original order of the elements.

Inputs/Outputs
![]() array specifies the input array. This input accepts a 1D array of any data type. ![]() array with duplicates removed returns an array with the duplicate elements removed from array. |