Set operations
- intersect — elements or rows or columns met in both input arrays, without duplicates
- setdiff — returns elements or rows or columns of an array that do not belong to another one
- union — Set of all elements, rows, or columns of two arrays, without duplicates
- unique — extracts (and sorts) distinct elements, rows or columns of a matrix
Report an issue | ||
<< Search and sort | Elementary Functions | Trigonometry >> |