Azzera filtri
Azzera filtri

randn

5 visualizzazioni (ultimi 30 giorni)
PChoppala
PChoppala il 11 Nov 2011
Hi I have an 20X20 image and I want to distribute 'N' random numbers inside the frame.
How can I use randn for that?
I can use unifrnd(1,20,1,N), but how to use randn?
Thanks

Risposta accettata

Walter Roberson
Walter Roberson il 11 Nov 2011
You cannot do that. randn() is the random number generator for the normal distribution. The normal distribution must have infinite tails on both sides, so it is not possible to confine it to any particular range (not and keep it normally distributed.)
You could use a beta distribution to give specific limits, but not a normal distribution.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by