How to generate random points
Ältere Kommentare anzeigen
I need help with generating random points and plot it onto my binary image (black and white).
Antworten (2)
Ollie A
am 31 Jan. 2019
R = randi([0 1], 1000);
imshow(R);
Is this what you're looking for?
Siena Nason
am 26 Sep. 2019
0 Stimmen
R = randi([0 1], 1000);
imshow(R);
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!