HEEEEELP....... Array cells comparing....

Hello friends. i want to compare elements in two two arrays, one is big the other is smaller so i need to check if an individual element (say elements one of the smaller array) is available in the bigger one. Any one who can help me perform that job i would really appreciate.

6 commentaires

Luna
Luna le 27 Mar 2019
Modifié(e) : Luna le 28 Mar 2019
Moved this comment to answers.
Jan
Jan le 27 Mar 2019
@Luna: If this is posted in the section for answers, I will vote for it.
EDEN
EDEN le 27 Mar 2019
arr1=[2 1 4 1 5 9 2 6 5 3 5 8 9 7 9 ]
arr2=[2 ]
arr2 contains just one element '2'. we need to check if arr1 contains any number in arr2 and if yes we take it and save it in an other variable. that is precisely what i want.
Adam Danz
Adam Danz le 27 Mar 2019
As Luna suggested, use ismember().
EDEN
EDEN le 27 Mar 2019
thanks
Luna
Luna le 28 Mar 2019
@Jan waiting for your +1 :)

Connectez-vous pour commenter.

 Réponse acceptée

Luna
Luna le 28 Mar 2019

1 vote

Hi,
Look at the function ismember to search if your element exists in another array.
Please share your arrays as an example and what have you done so far, and what kind of output you want to get. So that we can help.

2 commentaires

Adam Danz
Adam Danz le 28 Mar 2019
+1
Luna
Luna le 29 Mar 2019
Thanks @Adam :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Question posée :

le 27 Mar 2019

Commenté :

le 29 Mar 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by