Scilab 6.0.1
- Scilab Help
- Elementary Functions
- Bitwise operations
- Complex
- Discrete mathematics
- Matrix generation
- Log - exp - power
- Floating point
- Radix conversions
- Matrix - shaping
- Matrix operations
- Search and sort
- Set operations
- Signal processing
- Trigonometry
- &, &&
- ind2sub
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- modulo
- ndims
- |, ||
- size
- sub2ind
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Matrix operations
- abs — absolute value, magnitude
- and — logical AND between the elements of a boolean or numerical array
- cross — vector cross product
- cumprod — cumulative product of array elements
- cumsum — cumulative sum of array elements
- kron — Kronecker product (.*.)
- max — maximum
- min — minimum
- norm — norms of a vector or a matrix
- or — logical OR over the elements of a boolean or numerical array
- prod — product of array elements
- sign — signum function
- signm — matrix signum function
- sum — sum of array elements
- tril — lower triangular part of matrix
- triu — upper triangle
- unwrap — unwrap a Y(x) profile or a Z(x,y) surface. Unfold a Y(x) profile
Report an issue | ||
<< Matrix - shaping | Elementary Functions | Search and sort >> |