Matrix Operations
Bloques para modelizar operaciones matriciales
Utilice los bloques de la biblioteca Matrix Operations para modelizar operaciones matriciales comunes.
Bloques
Create Diagonal Matrix | Create square diagonal matrix from diagonal elements |
Cross Product | Cross product of two vectors (desde R2021b) |
Extract Diagonal | Extract main diagonal of input matrix |
Hermitian Transpose | Calcular la transpuesta hermítica de una matriz (desde R2021b) |
Identity Matrix | Generate matrix with ones on main diagonal and ground values elsewhere (desde R2021b) |
IsHermitian | Check if matrix is Hermitian or skew-Hermitian (desde R2022a) |
IsSymmetric | Check if matrix is symmetric or skew-symmetric (desde R2021b) |
IsTriangular | Check if matrix is upper or lower triangular (desde R2021b) |
Matrix Concatenate | Concatenate input matrices of same data type for iterative processing |
Matrix Square | Compute square of input matrix |
Neighborhood Processing Subsystem | Create algorithm that follows the neighborhood pattern (desde R2022b) |
Permute Matrix | Reorder matrix rows or columns |
Product, Matrix Multiply | Multiply and divide scalars and nonscalars or multiply and invert matrices |
Submatrix | Select subset of elements (submatrix) from matrix input |
Transpose | Calcular la transposición de la matriz (desde R2021b) |