Determine if input is sparse
Syntax
tf = issparse(S)
Description
tf = issparse(S) returns logical true (1) if the storage class of S is sparse and logical false (0) otherwise.
1
S
0
See Also
is*, sparse, full
is*
sparse
full
© 1994-2005 The MathWorks, Inc.