이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Matrix Operations
행렬 연산을 모델링하기 위한 블록
Matrix Operations 라이브러리의 블록을 사용하여 일반적인 행렬 연산을 모델링합니다.
블록
Create Diagonal Matrix | Create square diagonal matrix from diagonal elements |
Cross Product | Cross product of two vectors |
Extract Diagonal | Extract main diagonal of input matrix |
Hermitian Transpose | Compute hermitian transpose of matrix |
Identity Matrix | Generate matrix with ones on main diagonal and ground values elsewhere |
IsHermitian | Check if matrix is Hermitian or skew-Hermitian |
IsSymmetric | Check if matrix is symmetric or skew-symmetric |
IsTriangular | Check if matrix is upper or lower triangular |
Matrix Square | Compute square of input matrix |
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 | Compute transpose of matrix |
Vector Concatenate, Matrix Concatenate | Concatenate input signals of same data type to create contiguous output signal |