issparse
Return true if variable var is a sparse array.
Syntax
res = issparse(var)
Input argument
var - a variable
Output argument
res - a logical: true or false
Description
issparse returns a logical 1 if the argument is a sparse array and a logical 0 otherwise.
Examples
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated