Loading multiple files
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!