Borrar filtros
Borrar filtros

How Can I read the contents of .mat files ?

239 visualizaciones (últimos 30 días)
farzad
farzad el 10 de Oct. de 2014
Respondida: Nelson el 9 de Jun. de 2022
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

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 10 de Oct. de 2014
data=load('your_file_name')

Más respuestas (2)

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

Nelson
Nelson el 9 de Jun. de 2022
data=load('fun')

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by