How Can I read the contents of .mat files ?

239 次查看(过去 30 天)
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

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-10-10
data=load('your_file_name')

更多回答(2 个)

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

Nelson
Nelson 2022-6-9
data=load('fun')

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by