Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以帮助我,我想使用Matlab生成一个元素为零均值和单位方差独立且同分布(iid)循环对称高斯变量的矩阵任何人都知道此代码以及如何操作
在 matlab 中使用这个命令很容易生成一个元素为零均值和单位方差的矩阵:
normrnd(mu, sigma)
mu
sigma
更多细节请help normrnd在 MATLAB 中。
help normrnd