Scilab 6.0.0
- 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
- &, &&
- cat
- 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.
See the recommended documentation of this function
Matrix generation
- diag — diagonal including or extracting
- empty — ([]) empty matrix
- eye — identity matrix
- linspace — generates linearly spaced numbers between 2 reached bounds
- logspace — logarithmically spaced vector
- meshgrid — create matrices or 3-D arrays
- ndgrid — build matrices or N-D arrays by replicating some template vectors
- ones — matrix made of ones
- rand — Random numbers
- repmat — Replicate and tile an array
- squarewave — generates a square wave with period 2*%pi
- testmatrix — generate special matrices, such as Hilbert, Franck
- toeplitz — Toeplitz matrix
- zeros — matrix made of zeros
Report an issue | ||
<< Discrete mathematics | Elementary Functions | Log - exp - power >> |