Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: T - Z
> UNIQUE
UNIQUE
Deletes all duplicate elements from an array.
Format
UNIQUE (Array)
Argument
Array
An array.
Example
The following example illustrates the use of the UNIQUE function:
Function
UNIQUE ({9, 1, 1})
Result
1.0, 9.0
Learn more about matrix/array functions
.
This site works best with JavaScript enabled