MATLAB: Hello there, I have question that I need to solve

cluster valuecomparingecludian distanceimage processingk mean clustering

I have stored my data in excel file and i stored also tested subject value in mat file, how do am i compare between mat file and excel file by using if else?
Second question is why the tested object value is changed after every execution?

Best Answer

You can't compare the two files, that doesn't make sens, but you can compare their content, load the data from the Excell file by with xlsread command, and load the data from the mat file with the load command, and finally compare your data