Extracting data from a folder consisting of .mat file

2 vues (au cours des 30 derniers jours)
SUSHMA MB
SUSHMA MB le 2 Avr 2018
Commenté : Stephen23 le 2 Avr 2018
I have a folder, which contains multiple .mat file. I need to extract a particular table from all the multiple .mat files inside the folder. How to do that? For eg: I have a folder named "myfoler" consist of multiple .mat files named as "test100, test200,.....test 1000". Now i want to extract 'x' and 'y' table for all the .mat file. I used
m = matfile('test100.mat');
theTable1 = m.X;
theTable2 = m.Y;
But this is for single .mat file. I want to run in it a loop.

Réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by