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!