Winner Claus Still (FSec4)

Finish 2003-11-12 10:00:00 UTC

TRY3.1

by Mattias Ragnehed

Status: Failed
Results: []

Based on: Try 2 (diff)

Comments
Please login or create a profile.
Code
a=lower(a);
for k=1:3
m=[a{b}];
c=[];
for i=1:numel(a)
if any(ismember(a{i},m))
c=[c i];
end
end
end