Generating random number, mathlab
이전 댓글 표시
Plese how can I generate a single uniformly distributed random number between 0 and 1
ie U(0,1)
답변 (1개)
Erivelton Gualter
2019년 12월 10일
help rand
random_number = 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!