Sout = lyngby_set_and(S1, S2);
lyngby_set_and - set intersection: S1 /\ S2
function Sout = lyngby_set_and(S1, S2);
Input: S1 First set
S2 Second set
Output: S Set intersect, element will be sorted
See also: intersect (in Matlab5)