random Gaussian
Mostra commenti meno recenti
Hi there,
Could anyone tell me how to generate a random Gaussian of m x n matrix?
Cheers
Risposte (2)
owr
il 27 Mar 2012
0 voti
randn(m,n)
Jonathan Sullivan
il 28 Mar 2012
normrnd(mu,sig,m,n)
Categorie
Scopri di più su Random Number Generation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!