How can I call sequential variables from my workspace?
조회 수: 3 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!