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 - shaping
- cat — concatenate several arrays
- flipdim — reverses the order of (blocks of) rows, columns, pages.. of a matrix or hypermatrix
- matrix — reshapes an array with the same number and order of components
- permute — permutes the dimensions of an array
- pertrans — Transposition with reference to the 2nd diagonal
- resize_matrix — trim or/and extend (and cast) a matrix or hypermatrix
- squeeze — removes singleton dimensions of a hypermatrix
Report an issue | ||
<< Radix conversions | Elementary Functions | Matrix operations >> |