random Gaussian
Show older comments
Hi there,
Could anyone tell me how to generate a random Gaussian of m x n matrix?
Cheers
Answers (2)
owr
on 27 Mar 2012
0 votes
randn(m,n)
Jonathan Sullivan
on 28 Mar 2012
normrnd(mu,sig,m,n)
Categories
Find more on Random Number Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!