フィルターのクリア

for loop in matrix names (Syntax)

1 回表示 (過去 30 日間)
ARS
ARS 2012 年 7 月 10 日
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.

採用された回答

Honglei Chen
Honglei Chen 2012 年 7 月 10 日
  2 件のコメント
ARS
ARS 2012 年 7 月 10 日
Thanks Honglei Chen.
Jan
Jan 2012 年 7 月 10 日
@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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by