find function (Matlab Style)
Finds indices of nonzero elements.
finds(v)
v |
logical or numeric vector or array |
Finds indices of true or nonzero elements of argument v
;
can be used with a logical expression.
Indices of elements matching the expression x
.
finds(-3:3 >= 0) finds(c(0, 1, 0, 2, 3))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.