How to load a variable from a loop name mat ?
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Rita
le 6 Août 2015
0 votes
Catégories
En savoir plus sur Software Development Tools dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!