How to generate random points
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I need help with generating random points and plot it onto my binary image (black and white).
2 comentarios
Respuestas (2)
Ollie A
el 31 de En. de 2019
R = randi([0 1], 1000);
imshow(R);
Is this what you're looking for?
0 comentarios
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!