Scilab Help >> Elementary Functions > Set operations
Set operations
- intersect — returns the vector of common values of two
vectors
- members — count (and locate) in an array each element or row or column of another array
- setdiff — returns components of a vector which do not belong to another
one
- union — extract union components of a vector
- unique — extract unique components of a vector or matrices