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!