How to generate random points
Mostrar comentarios más antiguos
I need help with generating random points and plot it onto my binary image (black and white).
2 comentarios
James Tursa
el 31 de En. de 2019
Could you be more specific?
Azmin Alias
el 31 de En. de 2019
Respuestas (2)
Ollie A
el 31 de En. de 2019
R = randi([0 1], 1000);
imshow(R);
Is this what you're looking for?
Siena Nason
el 26 de Sept. de 2019
0 votos
R = randi([0 1], 1000);
imshow(R);
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!