help-octave
[Top][All Lists]
Advanced

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

Re: Two array comparison


From: vahid borhani
Subject: Re: Two array comparison
Date: Tue, 4 Oct 2011 11:48:51 +0330

Hi !
I used intersect (C1,C2)  instead of  intersection (C1,C2)
octave 3.4.0
good luck
vahid borhani

On 10/4/11, Fernando <address@hidden> wrote:
> 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.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>


reply via email to

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