Generate random variables over an interval
Afficher commentaires plus anciens
Hello,
I wanted to generate a standard normal variate 'zn' over the interval (0,1).
As i have attached the screenshot of a paper in which i have to generate that. what will be the command for it.

Réponses (1)
KALYAN ACHARJYA
le 10 Juin 2019
I wanted to generate a standard normal variate 'zn' over the interval (0,1).
zn=rand(1)
Catégories
En savoir plus sur Random Number Generation 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!