Community Profile

photo

Stanislav Lifshitz


Last seen: 3 months ago Active since 2021

Statistics

Content Feed

View by

Answered
Normally distributed Random numbers generator issue
The random sequence I've generated was for 500 values, which isn't a small set. I understand that randomizing a sequence of 1e...

3 years ago | 0

Question


Normally distributed Random numbers generator issue
I've used the randn function (setting rng(1)) and plotted the histogram: % ---------------- rng(1) figure hist(randn(500,1),...

3 years ago | 4 answers | 0

4

answers