Main Content

La traduzione di questa pagina non è aggiornata. Fai clic qui per vedere l'ultima versione in inglese.

Operazioni tra matrici

Blocchi per la modellazione di operazioni tra matrici

Utilizzare i blocchi della libreria Matrix Operations per modellare operazioni comuni operazioni tra matrici.

Blocchi

Create Diagonal MatrixCreate square diagonal matrix from diagonal elements
Cross ProductCross product of two vectors (Da R2021b)
Extract DiagonalExtract main diagonal of input matrix
Hermitian TransposeCompute hermitian transpose of matrix (Da R2021b)
Identity MatrixGenerate matrix with ones on main diagonal and ground values elsewhere (Da R2021b)
IsHermitianCheck if matrix is Hermitian or skew-Hermitian (Da R2022a)
IsSymmetricCheck if matrix is symmetric or skew-symmetric (Da R2021b)
IsTriangularCheck if matrix is upper or lower triangular (Da R2021b)
Matrix ConcatenateConcatenate input matrices of same data type for iterative processing
Matrix SquareCompute square of input matrix
Neighborhood Processing SubsystemCreate algorithm that follows the neighborhood pattern (Da R2022b)
Permute MatrixReorder matrix rows or columns
Product, Matrix MultiplyMultiply and divide scalars and nonscalars or multiply and invert matrices
SubmatrixSelect subset of elements (submatrix) from matrix input
TransposeCalcolare la trasposizione della matrice (Da R2021b)