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


15.5.508 runmax

runmax(x, width)

Returns the running maximum 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 maximum of the width values nearest that element in the first dimension.

See also: runmin