How can I call sequential variables from my workspace?

1 回表示 (過去 30 日間)
Patrick
Patrick 2013 年 11 月 13 日
回答済み: Walter Roberson 2013 年 11 月 13 日
This is something that, had I learned how to do it, could have saved me a ton of time over the last few months. I have a long list of matrices in my workspace, entitled wpjan01, wpjan02, wpjan03 ... wpjan31, wpfeb01, etc. I want to create one matrix which combines all of these side by side. The way I have been doing it is brutal:
wp=(wpjan01;wpjan02;wpjan03...);
How can I save myself all of this trouble?

採用された回答

Walter Roberson
Walter Roberson 2013 年 11 月 13 日

その他の回答 (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