Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

Matrix Operations

행렬 연산을 모델링하기 위한 블록

Matrix Operations 라이브러리의 블록을 사용하여 일반적인 행렬 연산을 모델링합니다.

블록

Array Processing SubsystemApply algorithm to each element of a matrix (R2024a 이후)
Create Diagonal Matrix대각선 요소로부터 정사각 대각 행렬 만들기
Cross ProductCross product of two vectors (R2021b 이후)
Expand ScalarCreate matrix from scalar using scalar expansion (R2024a 이후)
Extract Diagonal입력 행렬의 주대각선에 있는 요소 추출
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 MultiplyMultiply and divide scalars and nonscalars or multiply and invert matrices
SubmatrixSelect subset of elements (submatrix) from matrix input
Transpose행렬의 전치 계산 (R2021b 이후)