Scilab 5.5.0
      
      - Scilab Help
 - Elementary Functions
 - Bitwise operations
 - Complex
 - Discrete mathematics
 - Elementary matrices
 - Log - exp - power
 - Floating point
 - Radix conversions
 - Matrix manipulation
 - Matrix operations
 - Search and sort
 - Set operations
 - Signal processing
 - Symbolic
 - Trigonometry
 - IsAScalar
 - and
 - &
 - cat
 - cell2mat
 - cellstr
 - iscolumn
 - isempty
 - isequal
 - ismatrix
 - isrow
 - isscalar
 - issquare
 - isvector
 - lstsize
 - modulo
 - ndims
 - nthroot
 - num2cell
 - or
 - |
 - sign
 - size
 - unwrap
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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
 
| Report an issue | ||
| << Search and sort | Elementary Functions | Signal processing >> |