Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

矩阵运算

用于矩阵运算建模的模块

使用矩阵运算库中的模块来对常用矩阵运算进行建模。

模块

Array Processing SubsystemApply algorithm to each element of a matrix (自 R2024a 起)
Create Diagonal MatrixCreate square diagonal matrix from diagonal elements
Cross ProductCross product of two vectors (自 R2021b 起)
Expand ScalarCreate matrix from scalar using scalar expansion (自 R2024a 起)
Extract DiagonalExtract main diagonal of input matrix
Hermitian Transpose计算矩阵的埃尔米特转置 (自 R2021b 起)
Identity MatrixGenerate matrix with ones on main diagonal and ground values elsewhere (自 R2021b 起)
IsHermitianCheck if matrix is Hermitian or skew-Hermitian (自 R2022a 起)
IsSymmetricCheck if matrix is symmetric or skew-symmetric (自 R2021b 起)
IsTriangularCheck if matrix is upper or lower triangular (自 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 (自 R2022b 起)
Permute MatrixReorder matrix rows or columns
Pixel Processing SubsystemCreate algorithm that converts multichannel image data to single-channel (自 R2024a 起)
Product, Matrix Multiply标量和非标量的乘除运算或者矩阵的乘法和逆运算
SubmatrixSelect subset of elements (submatrix) from matrix input
Transpose计算矩阵转置 (自 R2021b 起)