How to load a variable from a loop name mat ?
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Rita
am 6 Aug. 2015
0 Stimmen
Kategorien
Mehr zu Software Development Tools finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!