이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Matrix Operations
행렬 연산을 모델링하기 위한 블록
Matrix Operations 라이브러리의 블록을 사용하여 일반적인 행렬 연산을 모델링합니다.
블록
Create Diagonal Matrix | 대각선 요소로부터 정사각 대각 행렬 만들기 |
Cross Product | Cross product of two vectors |
Extract Diagonal | 입력 행렬의 주대각선에 있는 요소 추출 |
Hermitian Transpose | 행렬의 에르미트 전치 계산 |
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 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 |
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 | 행렬의 전치 계산 |
벡터 결합, 행렬 결합 | 반복 처리를 위해 동일한 데이터형의 입력 신호 결합 |