Matrix Manipulation
Function
|
Purpose
|
cat
|
Concatenate arrays.
|
diag
|
Create or extract diagonals.
|
fliplr
|
Flip matrix in the left/right direction.
|
flipud
|
Flip matrix in the up/down direction.
|
ipermute
|
Inverse of permute.
|
permute
|
Permute array dimensions.
|
repmat
|
Replicate and tile an array.
|
reshape
|
Change size.
|
rot90
|
Rotate matrix 90 degrees.
|
shiftdim
|
Shift dimensions.
|
tril
|
Extract lower triangular part.
|
triu
|
Extract upper triangular part.
|