Scilab 6.0.0
Aide de Scilab >> Matrices creuses > Manipulation des Matrices Creuses > issparse
issparse
determine whether input is sparse
Syntax
res = issparse(S)
Arguments
- S
a scilab object
- res
1 is the matrix is a sparse and 0 otherwise/
Description
res = issparse(S)
returns 1 if S is a sparse
matrix and 0 otherwise.
Comments
Add a comment:
Please login to comment this page.