MaxFilter
MaxFilter(list, r)
filter which evaluates the
Max
oflist
for the radiusr
.
Examples
>> MaxFilter({1, 2, 3, 2, 1}, 1){2,3,3,3,2}
Implementation status
- ✅ - full supported
MaxFilter(list, r)
filter which evaluates the
Max
oflist
for the radiusr
.
>> MaxFilter({1, 2, 3, 2, 1}, 1){2,3,3,3,2}