Extracting data from a folder consisting of .mat file

2 Ansichten (letzte 30 Tage)
SUSHMA MB
SUSHMA MB am 2 Apr. 2018
Kommentiert: Stephen23 am 2 Apr. 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.

Antworten (0)

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by