How to generate Zero mean and unit variance
Afficher commentaires plus anciens
I'm not sure how to generate 1024 samples of pseudo random numbers with zero mean and unit variance using rand and to verify the results with mean, std, and hist.
2 commentaires
the cyclist
le 18 Sep 2014
What distribution do you want? Uniform? Normal? Something else?
Dick Rusell
le 18 Sep 2014
Réponse acceptée
Plus de réponses (2)
the cyclist
le 18 Sep 2014
Modifié(e) : the cyclist
le 18 Sep 2014
randn(1024,1)
will generate 1,024 normally distributed values from a population with zero mean and unit variance.
3 commentaires
Dick Rusell
le 18 Sep 2014
soumya dwibedy
le 16 Fév 2021
how to generate 1000 normally distributed values with (2 7 )mean and unit variance
the cyclist
le 19 Fév 2021
It's usually better to post a new question, than a comment on a 6-year-old one (even though this is related). People won't typically see a comment buried in an old post. It was just lucky that I did.
I don't understand what you mean by "(2 7)mean". Did you you mean just "27"?
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!