How to generate random points
Mostra commenti meno recenti
I need help with generating random points and plot it onto my binary image (black and white).
Risposte (2)
Ollie A
il 31 Gen 2019
R = randi([0 1], 1000);
imshow(R);
Is this what you're looking for?
Siena Nason
il 26 Set 2019
0 voti
R = randi([0 1], 1000);
imshow(R);
Categorie
Scopri di più su Linear Algebra in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!