Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.509 runmin

runmin(x, width)

Returns the running minimum of the first dimension of x, for the specified width. The result has the same dimensions as x. Each element of the result is equal to the minimum of the width values nearest that element in the first dimension.

See also: runmin