Prev: publish function
Next: plotting 3d 'cone'
From: Jesse on 19 Jul 2010 20:25 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 19 Jul 2010 20:55 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 30 Jul 2010 11:42 "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' |