Generate random variables over an interval
显示 更早的评论
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.

回答(1 个)
KALYAN ACHARJYA
2019-6-10
I wanted to generate a standard normal variate 'zn' over the interval (0,1).
zn=rand(1)
类别
在 帮助中心 和 File Exchange 中查找有关 Random Number Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!