MATLAB Function Reference Previous page   Next Page
issparse

Determine if input is sparse

Syntax

Description

tf = issparse(S) returns logical true (1) if the storage class of S is sparse and logical false (0) otherwise.

See Also

is*, sparse, full


Previous page  isspace isstr Next page

© 1994-2005 The MathWorks, Inc.