How to generate random points
Afficher commentaires plus anciens
I need help with generating random points and plot it onto my binary image (black and white).
Réponses (2)
Ollie A
le 31 Jan 2019
R = randi([0 1], 1000);
imshow(R);
Is this what you're looking for?
Siena Nason
le 26 Sep 2019
0 votes
R = randi([0 1], 1000);
imshow(R);
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!