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!