how to generate random number between two numbers ?
이전 댓글 표시
i want to generate 100 numbers between 0 and 1 so is there is any command in matlab
답변 (1개)
Matt J
2022년 9월 17일
rand(1,100);
카테고리
도움말 센터 및 File Exchange에서 Random Number Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!