felix
Posts:
7
Registered:
11/19/12
|
|
Re: function of common values to two tabes?
Posted:
Nov 19, 2012 7:05 AM
|
|
"Nasser M. Abbasi" <nma@12000.org> wrote in message <k8d6p6$f9t$1@speranza.aioe.org>... > it will help to show MWE (i.e. minimum working example). > include the data you used, and the command you used. everything > needed for any one to copy it and run it to obtain the same > as you did. Copy everything you used from the editor or > workspace to the post. > > > A =
12 31 5 56 17 95 93 2 81 123 8 43
>> B=[83,31,74,56;9,42,93,33;9,123,34,43;]
B =
83 31 74 56 9 42 93 33 9 123 34 43
>> intersect(A,B) ??? Error using ==> intersect at 55 A and B must be vectors, or 'rows' must be specified
i want an output vector that ll contain out2: 31 43 56 93 123
Thanks for your time Nasser! :)
|
|