Azzera filtri
Azzera filtri

Load certain index .mat file

5 visualizzazioni (ultimi 30 giorni)
Tsuwei Tan
Tsuwei Tan il 31 Lug 2018
Commentato: Tsuwei Tan il 31 Lug 2018
Please find the attached pic.
I have 164,934 .mat files at the folder
Is there a way to load one .mat by knowing only the index?
For instance, I would like to load number 600th .mat out of 164,934 without knowing the file name.
Thank you!

Risposta accettata

Fangjun Jiang
Fangjun Jiang il 31 Lug 2018
files=dir('*.mat');
load(files(600).name);

Più risposte (0)

Categorie

Scopri di più su Structures in Help Center e File Exchange

Tag

Prodotti


Release

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by