matlab - How to make zero-mean random noise with standard deviation equal to 1? -


this question has answer here:

hi i'm trying make equation within matlab.

the equation zero-mean random noise standard deviation equal 1

how make zero-mean random noise standard deviation equal 1 ?

.

the function looking randn. create vector or matrix 0 mean , 1 variance, distributed.

noise = randn(nrows,ncols); 

Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -