用这段代码:clear all;A=[1 1;1 1];B=[0 0;0 0];C=cat(1,A,B)C1=reshape(C,2,4)save('file1.mat','C1')----------------运行结果C1为:1 0 1 01 0 1 0