Matrix Operations
행렬 연산을 모델링하기 위한 블록
Matrix Operations 라이브러리의 블록을 사용하여 일반적인 행렬 연산을 모델링합니다.
블록
| Array Processing Subsystem | Apply algorithm to each element of a matrix (R2024a 이후) |
| Create Diagonal Matrix | 대각선 요소로부터 정사각 대각 행렬 만들기 |
| Cross Product | 두 벡터의 외적 (R2021b 이후) |
| Expand Scalar | Create matrix from scalar using scalar expansion (R2024a 이후) |
| Extract Diagonal | 입력 행렬의 주대각선에 있는 요소 추출 |
| Hermitian Transpose | 행렬의 에르미트 전치 계산 (R2021b 이후) |
| Identity Matrix | Generate matrix with ones on main diagonal and ground values elsewhere (R2021b 이후) |
| IsHermitian | Check if matrix is Hermitian or skew-Hermitian (R2022a 이후) |
| IsSymmetric | Check if matrix is symmetric or skew-symmetric (R2021b 이후) |
| IsTriangular | Check if matrix is upper or lower triangular (R2021b 이후) |
| Matrix Concatenate | 반복 처리를 위해 동일한 데이터형의 입력 행렬 결합 |
| Matrix Square | Compute square of input matrix |
| Neighborhood Processing Subsystem | Create algorithm that follows the neighborhood pattern (R2022b 이후) |
| Permute Matrix | Reorder matrix rows or columns |
| Pixel Processing Subsystem | Create algorithm that converts multichannel image data to single-channel (R2024a 이후) |
| Product, Matrix Multiply | 스칼라와 비 스칼라를 곱하고 나누거나 행렬을 곱하고 역행렬 구하기 |
| Submatrix | Select subset of elements (submatrix) from matrix input |
| Transpose | 행렬의 전치 계산 (R2021b 이후) |