创建一个随机矩阵,将其扩大100倍,用循环结构创建一个随机矩阵,将其扩大100倍,用循环结构创建一个随机矩阵,将其扩大100倍,用循环结构
a=rand(n,n) for i=1:n for j=1:n a(i,j)=a(i,j)*100; end end