A = 1:12;
B = reshape(A,[2,2,3])
repu=reshape(B,4,3)
第三维顺序没变
标签:12,reshape,repu,三维,二维,摊平到 From: https://www.cnblogs.com/hahaah/p/17587393.html
A = 1:12;
B = reshape(A,[2,2,3])
repu=reshape(B,4,3)
第三维顺序没变
标签:12,reshape,repu,三维,二维,摊平到 From: https://www.cnblogs.com/hahaah/p/17587393.html