How do I randomly generate multiple random shapes within a given area WITHOUT overlapping?
Afficher commentaires plus anciens
Hi, I have generated a random shape. I need to loop it over to randomly distribute such shapes within a given area WITHOUT overlapping. Area could be n by n units where n being a large integer number compared to the size of an individual shape.
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 25 Nov 2017
0 votes
You can use my clouds program. It will generate gray scale images of clouds.

Of course you can then threshold the image and get a binary image with randomly-shaped, non-overlapping shapes.
1 commentaire
Anuruddha Jayasuriya
le 27 Nov 2017
Catégories
En savoir plus sur Creating and Concatenating Matrices 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!