help-octave
[Top][All Lists]
Advanced

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

Re: Two array comparison


From: Fernando
Subject: Re: Two array comparison
Date: Tue, 4 Oct 2011 00:40:23 -0700 (PDT)

Hi Faizal

You can try this

C1 = [5   3   4   6];
C2 = [4   2   4   5 ];

intersection (C1,C2)
ans =

   4   5

Cheers.
Fernando

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Two-array-comparison-tp3870025p3870182.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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