MATLAB: How Can I read the contents of .mat files

loadmat

Hi All
I have an m file and a set of .mat files that are connected to this m file and m file loads their data , I need to know whether I can open and extract all the data of these .mat files and check what they contain
thank you very much

Best Answer

data=load('your_file_name')