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개)
카테고리
도움말 센터 및 File Exchange에서 Correlation and Convolution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!