Create a total data with different subdata

I have several data named ET1_A_C1_l1 , ET1_A_C2_l1 , ET1_A_C3_l1 ,......, ET1_A_C63_l1 in Workspace. Besides that,I also have another sets of data named ET1_H_C1_l1 , ET1_H_C2_l1 ,...... ET1_A_C63_l1.
Now I need to combine 2 set of data into one named Total_data.mat. For example,
Total_data=[ET1_A_C1_l1 ET1_A_C2_l1 ET1_A_C3_l1 ..... ET1_A_63_l1;ET1_H_C1_l1 ET1_H_C2_l1 ....ET1_H_63_l1]
##all the variables are 6x2 numeric matrix and both are the same size.##
and need to take a huge of time to type the code one by one..Is there any idea using the loop to do this??
Thanks.

 채택된 답변

추가 답변 (0개)

카테고리

태그

질문:

YEE
2012년 11월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by