全部赋值为2x = 2*ones(m,n);左半部分为2,右半部分为3x=[2*ones(m, n1), 3*ones(m, n2)];
repmat([2 3], 1, 5)意思是对排成一行,重复5次~
a[m,n]=2或者a[m,n]=3