试试这样:
num=1e-6;
sigma=1e-12;
x=num+sqrt(sigma)*randn(5,6)
x =
1.0e-005 *
0.0369 0.1379 -0.0018 0.0304 0.1480 0.1525 -0.1325 0.1944 0.0818 0.1008 0.1668 0.0988
-0.0232 -0.1120 0.2521 0.0217 0.0922 0.1913
0.2056 0.0355 0.0962 0.1587 0.1889 0.1056
0.0887 0.0296 0.2227 0.0749 0.3309 -0.0107
>> mean(x(:))
ans =
9.8752e-007
可以得到均值约为1e-6的矩阵