findnz
findnz(A)
Return a tuple (I, J, V)
where I
and J
are the row and column indexes of the non-zero values in matrix A
, and V
is a vector of the non-zero values.
Examples
See Also
find, findfirst, findin, findlast, findmin, findn, findnext, findnz, findprev, rsearch, rsearchindex, searchsorted, searchsortedfirst, searchsortedlast, sort, sort!, sortcols, sortperm, sortperm!,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.