Winner François Glineur (FDA12.01)
by Guy Shechter
Status: Failed Results: []
Based on: conv1.4 (diff) Basis for: conv1.5_2 (diff)
b=unique(a); for i=1:nnz(b) c=double(~(a-b(i))) d=conv2(c,c) v(i)= max(d(:)); end [i,j]=max(v); b=i*b(j);