Azzera filtri
Azzera filtri

How to read a table.txt from series of folders?

1 visualizzazione (ultimi 30 giorni)
Could you please help me to read the data from a table.txt in a series of subfolders from a directory?
clear;
folderList = dir('folder_*.out');
for i=1:length(folderList)
A=readmatrix('table.txt');
end

Risposte (1)

KSSV
KSSV il 27 Ott 2022
  2 Commenti
Sateesh Kandukuri
Sateesh Kandukuri il 27 Ott 2022
Dear KSSV, Thank you so much for the suggestion. But I failed to apply it to my case. I am unable to decode it. Could you please provide an alternate solution?
Sateesh Kandukuri
Sateesh Kandukuri il 8 Nov 2022
Modificato: Sateesh Kandukuri il 9 Nov 2022
I failed to implement it in my case using previous suggestions.

Accedi per commentare.

Categorie

Scopri di più su Search Path 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