Community Profile

photo

Linux


Active since 2013

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


What does the operator "~=" mean?
max2 = @(x) max(max(x)); immax = nlfilter(im, [siz siz], max2); im(im ~= immax) = 0; result = im; This is the code...

11 years ago | 1 answer | 0

1

answer