MATLAB: How to compare two .xls files

comparexls

How can I load two .xls file in MATLAB and compare their columns regarding a specific component?

Best Answer

Load the .xls files into matlab using xlsread. Pick the column you want and use ismember. Read about xlsread and ismemebr.