Effacer les filtres
Effacer les filtres

How Can I read the contents of .mat files ?

239 vues (au cours des 30 derniers jours)
farzad
farzad le 10 Oct 2014
Réponse apportée : Nelson le 9 Juin 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

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 10 Oct 2014
data=load('your_file_name')
  1 commentaire
farzad
farzad le 10 Oct 2014
Thanks a lot Azzi

Connectez-vous pour commenter.

Plus de réponses (2)

Star Strider
Star Strider le 10 Oct 2014
You can check the contents of .mat files and load specific data from them with the matfile function.
  1 commentaire
farzad
farzad le 10 Oct 2014
thank you very much

Connectez-vous pour commenter.


Nelson
Nelson le 9 Juin 2022
data=load('fun')

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by