Scilab 5.5.2
- 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
- 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 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Elementary matrices
- diag — diagonal including or extracting
- eye — identity matrix
- ind2sub — linear index to matrix subscript values
- linspace — linearly spaced vector
- logspace — logarithmically spaced vector
- meshgrid — create matrices or 3-D arrays
- ndgrid — arrays for multidimensional function evaluation on grid
- ones — matrix made of ones
- rand — Random numbers
- squarewave — generates a square wave with period 2*%pi
- sub2ind — matrix subscript values to linear index
- 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 >> |