Scilab 6.1.0
- Ajuda do Scilab
- Funções Elementares
- Bitwise operations
- Complex
- Matemática discreta
- Elementary matrices
- Exponential
- Ponto flutuante
- Integer representation
- Inteiros
- Matrix manipulation
- Matrix operations
- Search and sort
- Set operations
- 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
- random
- blockdiag — Creates a block diagonal matrix from provided arrays. Block diagonal system connection.
- diag — inclusão ou extração diagonal
- empty [] — empty matrix. Array ranges destructor.
- eye — matriz identidade
- linspace — generates linearly spaced numbers between 2 reached bounds
- logspace — vetor espaçado logaritmicamente
- meshgrid — Cria matrizes ou arrays 3-D a partir de vetores replicados em 2 ou 3 dimensões
- ndgrid — constrói matrizes ou matrizes N-D, replicando alguns vetores dadas
- ones — matriz de entradas todas iguais a 1
- 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 >> |