any one can help me, i want to generate a matrix with elements being zero mean and unit variance independent and identically distributed (i.i.d.) circularly symmetric Gaussian variables using Matlab any one know the code for this and how to do it 推荐答案使用matlab中的以下命令很容易生成均值为零且方差为零的矩阵:It is easy to generate a matrix with elements being zero mean and unit variance by using this command in matlab:normrnd(mu, sigma) mu是平均值 sigma是标准偏差.mu is the meansigma is the standard deviation.更多详细信息,请在MATLAB中help normrnd.More detail please help normrnd in MATLAB. 这篇关于使用Matlab的圆对称高斯变量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-18 04:39