Scilab 6.0.0
- Ajuda do Scilab
- Funções Elementares
- Bitwise operations
- Complex
- Matemática discreta
- Elementary matrices
- Exponential
- Ponto flutuante
- Integer representation
- Matrix manipulation
- Matrix operations
- Search and sort
- Set operations
- Signal processing
- Trigonometria
- &, &&
- 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
Elementary matrices
- diag — inclusão ou extração diagonal
- empty — ([]) matriz vazia
- eye — matriz identidade
- linspace — generates linearly spaced numbers between 2 reached bounds
- logspace — vetor espaçado logaritmicamente
- meshgrid — cria matrizes ou arrays 3-D
- ndgrid — constrói matrizes ou matrizes N-D, replicando alguns vetores dadas
- ones — matriz de entradas todas iguais a 1
- rand — gerador de números randômico
- repmat — Replicate and tile an array
- squarewave — gera uma onda quadrada de perÃodo 2*%pi
- testmatrix — gera algumas matrizes particulares
- toeplitz — matriz de Toeplitz
- zeros — matriz feita de zeros
Report an issue | ||
<< Matemática discreta | Funções Elementares | Exponential >> |