Azzera filtri
Azzera filtri

So i wanted a dynamic way to read 3 files from these folders with extensions .w1 , .w2 and .hdr into variables.

2 visualizzazioni (ultimi 30 giorni)

Risposte (1)

Abhisek Pradhan
Abhisek Pradhan il 27 Ago 2019
One possible way is to store all the targeted folders inside the directory in a variable using dir function. Loop in each folder using the variable to get the desired files.
To get the files of desired extension use fullfile function.
Refer the following link for more help:

Categorie

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

Community Treasure Hunt

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

Start Hunting!

Translated by