Matlab-如何将100个素数放入4x25的矩阵中
问题描述:
Matlab—如何将100个素数放入4x25的矩阵中
HInt
答
a = primes(545);
a = reshape(a,4,25)