Scilab 6.0.2
- 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
- &, &&
- extraction
- ind2sub
- insertion
- isempty
- isequal
- 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
- grand — Random numbers
- 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 — Toeplitz matrix (chosen constant diagonal bands)
- zeros — matriz feita de zeros
Report an issue | ||
<< Matemática discreta | Funções Elementares | Exponential >> |