how to load multiple text file

hello, i have data
wani_dorsi_trial1.txt until wani_dorsi_trial30.txt
the problem here is that i dont know how to load all the file at once. please help me

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 10 Mai 2013
Bearbeitet: Azzi Abdelmalek am 10 Mai 2013

0 Stimmen

Use sprintf to generate multiple file name.
for k=1:30
filename=sprintf('wani_dorsi_trial%d.txt',k)
% do
end

Kategorien

Gefragt:

am 10 Mai 2013

Community Treasure Hunt

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

Start Hunting!

Translated by