MATLAB: comparing 2 columns content
- by Patrick
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