how to compare two .xls files

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

 Accepted Answer

KSSV
KSSV on 23 Feb 2018
Load the .xls files into matlab using xlsread. Pick the column you want and use ismember. Read about xlsread and ismemebr.

More Answers (0)

Tags

Asked:

on 23 Feb 2018

Edited:

on 9 Jun 2020

Community Treasure Hunt

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

Start Hunting!