Programming |
Data Structures Used in the Matrix
These functions test elements of a matrix for a specific data structure.
Function |
Description |
isempty |
Determine if input has any dimension with size zero. |
isscalar |
Determine if input is a 1-by-1 matrix. |
issparse |
Determine if input is a sparse matrix. |
isvector |
Determine if input is a 1-by-n or n-by-1 matrix. |
Data Types Used in the Matrix | Resizing and Reshaping Matrices |
© 1994-2005 The MathWorks, Inc.