MATLAB: comparing 2 columns content

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-05-09T11:49:14Z Indexed on 2010/05/09 11:58 UTC
Read the original article Hit count: 145

Filed under:

hi,

I need to compare the content of 2 tables, more exactly 2 columns (1 column per table) in Matlab to see, for each element of the firsts column, there is an equal element in the second column.

Should I use a for loop or is there any MATLAB function doing this ?

thanks

© Stack Overflow or respective owner

Related posts about matlab