random Gaussian
Mostrar comentarios más antiguos
Hi there,
Could anyone tell me how to generate a random Gaussian of m x n matrix?
Cheers
Respuestas (2)
owr
el 27 de Mzo. de 2012
0 votos
randn(m,n)
Jonathan Sullivan
el 28 de Mzo. de 2012
normrnd(mu,sig,m,n)
Categorías
Más información sobre Random Number Generation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!