— Loadable Function: [...] =
spfind (
...)
SPFIND: a sparse version of the find operator
- x = spfind( a )
is analagous to x= find(A(:))
where A= full(a)
- [i,j,v,nr,nc] = spfind( a )
returns column vectors i,j,v such that
a= sparse(i,j,v,nr,nc)
See also: sparse.