random Gaussian
Afficher commentaires plus anciens
Hi there,
Could anyone tell me how to generate a random Gaussian of m x n matrix?
Cheers
Réponses (2)
owr
le 27 Mar 2012
0 votes
randn(m,n)
Jonathan Sullivan
le 28 Mar 2012
normrnd(mu,sig,m,n)
Catégories
En savoir plus sur Random Number Generation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!