Loading multiple files

1 Ansicht (letzte 30 Tage)
Kyriacos
Kyriacos am 20 Apr. 2012
Hello,
I am trying to load several files using a loop. The files are called:
SIMGAtheta1_0.mat
SIMGAtheta2_0.mat
SIMGAtheta3_0.mat
...
I do not understand why this is not working:
q=0;
for kk=1:10;
s = (['SIMGAtheta', num2str(kk), '_', num2str(q),';']);
load(s)
end
I am in the directory that the files are saved. Thanks!
Kyriacos

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 20 Apr. 2012
Leave out the ';' as it is not part of the file name.
  1 Kommentar
Kyriacos
Kyriacos am 20 Apr. 2012
thanks! I new it was a small detail...

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by