Scilab-Branch-6.1-GIT
- 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
- grand — Random numbers
- noisegen — noise generation (obsolete)
- prbs_a — Generates a pseudo random binary sequence
- rand — gerador de números randômico
- sample — Sampling with replacement
- samplef — sample values with replacement from a population with given frequencies.
- samwr — Sampling without replacement
- 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
- perms — Generate the table of permutations of given elements
- 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 >> |