How to generate a random number in matlab?
조회 수: 2 (최근 30일)
이전 댓글 표시
How to generate a random number in matlab?
댓글 수: 0
채택된 답변
추가 답변 (1개)
Konstantinos Sofos
2015년 3월 10일
Hi,
myrandom = randi([0.01,50],1,1);
Mathworks documentation is excellent!
Regards
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!