From: Jesse on
Should be a simple one though I've hit a brain block on how best to do it. I have multiple integer arrays and I want to find all the common values between these arrays. Kind of an anti-unique() function. Any help or ideas?
From: TideMan on
On Jul 20, 12:25 pm, "Jesse " <jesse.i.fol...(a)boeing.com> wrote:
> Should be a simple one though I've hit a brain block on how best to do it..  I have multiple integer arrays and I want to find all the common values between these arrays.  Kind of an anti-unique() function.  Any help or ideas?

help intersect
From: Oleg Komarov on
"Jesse " <jesse.i.follet(a)boeing.com> wrote in message <i22qd3$o98$1(a)fred.mathworks.com>...
> Should be a simple one though I've hit a brain block on how best to do it. I have multiple integer arrays and I want to find all the common values between these arrays. Kind of an anti-unique() function. Any help or ideas?

I created this submission to meet this kind of requirement:
http://www.mathworks.com/matlabcentral/fileexchange/28341-set-functions-with-multiple-inputs

z = intersectm(a,b,c,d,...);

Oleg
 | 
Pages: 1
Prev: publish function
Next: plotting 3d 'cone'