MaxFilter
MaxFilter(list, r)filter which evaluates the
Maxoflistfor 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
Maxoflistfor the radiusr.
>> MaxFilter({1, 2, 3, 2, 1}, 1){2,3,3,3,2}