Generate random numbers from poisson distribution

1.9k Views Asked by At

I want to generate 60 random numbers from a poisson distribution with a mean of M = 4 and a range of min = 2 max = 9. Does anybody know how to solve this (preferably in Matlab?).

Best!

1

There are 1 best solutions below

3
On

If you have the Statistics toolbox, you can use poissrnd...