フィルターのクリア

Perform an action with multiple variables

1 回表示 (過去 30 日間)
Kylie Hansen
Kylie Hansen 2017 年 7 月 10 日
編集済み: Kylie Hansen 2017 年 7 月 10 日
Hi, all! I have a lot of variables (over 2000 and counting), and I need to perform the same action on all of them. As of now, each variable is a Cx5 matrix where C is a very large number. I simply want the second column in each matrix. I realize that you can access the second column through
A(:,2)
but I am not sure how to do this for multiple variables. Each variable is similarly named; in my specific scenario, I have named each blg_x where x is the identifying number for the variable and the only aspect that will change (e.g. blg_0001, blg_1970). I have played around with loops that try to change variable names in them, but nothing seems to work. I was thinking that perhaps MATLAB has some way to perform an action on variables starting with certain letters (in my case 'blg') that I am not aware of, or some way to step through variable names like in a for or while loop. Some help would be appreciated!
  1 件のコメント
John D'Errico
John D'Errico 2017 年 7 月 10 日
The short answer is: don't do it.
Longer: D o n ' t d o i t.

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

採用された回答

Walter Roberson
Walter Roberson 2017 年 7 月 10 日
  1 件のコメント
Kylie Hansen
Kylie Hansen 2017 年 7 月 10 日
編集済み: Kylie Hansen 2017 年 7 月 10 日
Even if it is frustrating, forced learning is the ultimately best route. Thank you for sharing. You now have one less beginner using cell() instead of eval(). EDIT: After spending a bit more time with this, I've learned a lot more than I expected. Just thought I'd come back to this post to say thank you so much.

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by