Scilab 6.0.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
- Trigonometry
- and
- &
- cat
- cell2mat
- cellstr
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- lstsize
- modulo
- ndims
- nthroot
- num2cell
- or
- |
- sign
- size
- unwrap
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 — remove all duplicate components of a vector or a matrix
Comments
Add a comment:
Please login to comment this page.