spones
Replaces non zero sparse matrix elements with ones.
Syntax
s = spones(S)
Input argument
S - Sparse or 2D matrix.
Output argument
S - a sparse matrix.
Description
s = spones(S) returns a matrix s with the same sparsity structure as S, but with one's in the nonzero positions.
Example
See also
History
Author
Allan CORNET
Last updated