Scilab Help >> Elementary Functions > Set operations
Set operations
- intersect — returns the unduplicated elements or rows or columns met in both input arrays
- perms — Set of permutations of given components
- setdiff — returns elements or rows or columns of an array that do not belong to another one
- union — extract union components of a vector
- unique — extracts (and sorts) distinct elements, rows or columns of a matrix