Navigation

Operators and Keywords

Function List:

C++ API

: run_count (x, n)
: run_count (x, n, dim)

Count the upward runs along the first non-singleton dimension of x of length 1, 2, …, n-1 and greater than or equal to n.

If the optional argument dim is given then operate along this dimension.

See also: runlength.

Package: octave