How to load a variable from a loop name mat ?
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Rita
il 6 Ago 2015
0 voti
Categorie
Scopri di più su Software Development Tools in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!