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!