How Can I read the contents of .mat files ?

383 views (last 30 days)
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

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 10 Oct 2014
data=load('your_file_name')

More Answers (2)

Star Strider
Star Strider on 10 Oct 2014
You can check the contents of .mat files and load specific data from them with the matfile function.

Nelson
Nelson on 9 Jun 2022
data=load('fun')

Tags

Community Treasure Hunt

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

Start Hunting!