Function File: [y, f] = nze (x)

Extract nonzero elements of x. Equivalent to x(x != 0). Optionally, returns also linear indices.

Package: miscellaneous