Creating and Concatenating Matrices
|
Create a matrix or construct one from other matrices.
|
Matrix Indexing
|
Access or assign to elements of a matrix using methods of row and column indexing.
|
Getting Information About a Matrix
|
Retrieve information about the structure or contents of a matrix.
|
Resizing and Reshaping Matrices
|
Change the size, shape, or arrangement of elements in an existing matrix.
|
Shifting and Sorting Matrices
|
Shift matrix elements along one or more dimensions, or sort them into an ascending or descending order.
|
Operating on Diagonal Matrices
|
Construct and manipulate matrices along a diagonal of the rectangular shape.
|
Empty Matrices, Scalars, and Vectors
|
Work with matrices that have one or more dimensions equal to zero or one.
|
Full and Sparse Matrices
|
Conserve memory and get optimal performance with more efficient storage of matrices that contain a large number of zero values.
|
Multidimensional Arrays
|
Create and work with arrays that have more than two dimensions.
|
Summary of Matrix and Array Functions
|
Quick reference to the functions commonly used in working with matrices.
|