How to load a variable from a loop name mat ?
Mostrar comentarios más antiguos
Hi, I would like to load a variable(like X) from a dynamic mat file I have this:
for n=1:4
load(['nano',num2str(n),'.mat']) (X);
do some work on the variable
end
Respuesta aceptada
Más respuestas (1)
Rita
el 6 de Ag. de 2015
0 votos
Categorías
Más información sobre Software Development Tools en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!