octave-maintainers
[Top][All Lists]
Advanced

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

Re: is inclusive or not in array


From: John W. Eaton
Subject: Re: is inclusive or not in array
Date: Mon, 29 Oct 2018 11:30:11 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

HI,

Please use the help-octave mailing list for questions about using Octave. It is also known as "Octave - General" on Nabble.

The maintainers list is meant for discussions among the Octave developers about developing Octave.

jwe


On 10/29/2018 11:19 AM, turbofib wrote:
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]