How to generate random points
이전 댓글 표시
I need help with generating random points and plot it onto my binary image (black and white).
답변 (2개)
Ollie A
2019년 1월 31일
R = randi([0 1], 1000);
imshow(R);
Is this what you're looking for?
Siena Nason
2019년 9월 26일
0 개 추천
R = randi([0 1], 1000);
imshow(R);
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!