No BSD License
function x = difference(x,y) % DIFFERENCE difference % z = difference(x,y) z = inter(x,y); for i = z x(find(x==i))=[]; % voir find % section suivante end;
Contact us at files@mathworks.com