random Gaussian
Ältere Kommentare anzeigen
Hi there,
Could anyone tell me how to generate a random Gaussian of m x n matrix?
Cheers
Antworten (2)
owr
am 27 Mär. 2012
0 Stimmen
randn(m,n)
Jonathan Sullivan
am 28 Mär. 2012
normrnd(mu,sig,m,n)
Kategorien
Mehr zu Random Number Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!