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!