Scilab 6.1.0
- Scilab Help
- Elementary Functions
- Bitwise operations
- Complex numbers
- Discrete mathematics
- Matrix generation
- Log - exp - power
- Floating point
- Radix conversions
- Integers
- Matrix - shaping
- Matrix operations
- Search and sort
- Set operations
- Trigonometry
- &, &&
- extraction
- ind2sub
- insertion
- isempty
- isequal
- modulo
- ndims
- |, ||
- size
- sub2ind
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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
Report an issue | ||
<< Search and sort | Elementary Functions | Trigonometry >> |