octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

is inclusive or not in array


From: turbofib
Subject: is inclusive or not in array
Date: Mon, 29 Oct 2018 10:19:09 -0500 (CDT)

hi,

look this array :

>> aa
aa =

   2   3   5

>> bb
bb =

   1   3   2


i want to know whick element aa are inclusive in bb

(2 3 5) (1 3 2) ====> 2 3

i try use find(aa=bb)  but is not correct because it consider too position 



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]