Clear Filters
Clear Filters

how to compare two excel column values with one another in matlab.

1 view (last 30 days)
I'm working on a project "road sign detection" where i need to load the data from a excel file and i need to compare the value of one column values with all other remaining values.if i do have same images then the values in excel value become 0.
  2 Comments
NAVEEN KUMAR
NAVEEN KUMAR on 4 Apr 2017
Thanks for the response. My excel sheet has numerical values and need to compare them for similar or not...if similar value shud be written as zero.

Sign in to comment.

Answers (1)

KSSV
KSSV on 4 Apr 2017
Read about ismember , ismembertol

Community Treasure Hunt

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

Start Hunting!