Effacer les filtres
Effacer les filtres

for loop in matrix names (Syntax)

1 vue (au cours des 30 derniers jours)
ARS
ARS le 10 Juil 2012
Hi All,
I want to use a new vector every time in my function using for loop. My code is as follows:
for g=1:40
hac=ret(str2num('g'));
results=nwest(hac,ones(length(hac),1),4);
out{1,g}=results;
end;
I want vector/matrix ret to change as ret1,re2.....ret40. The above code produces error. problem is in line2.
Help will be appreciated.
Regards,
AMD.

Réponse acceptée

Honglei Chen
Honglei Chen le 10 Juil 2012
  2 commentaires
ARS
ARS le 10 Juil 2012
Thanks Honglei Chen.
Jan
Jan le 10 Juil 2012
@Ahmad: Believe the FAQ and consider, that including an index in the name of the variable is a bad programming practice, while using an index as index is fast, clean and flexible.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by