Generate the fix radius circles within a specific area
Show older comments
I want to generate the random circle with fix radius within a specific area like 0<x<1 0<Y<1 and each generated circle must be checked with all previously generated circle to make sure there is no interference
the progream will be finished when there is no more room for new circle is any functions there can do this?
2 Comments
x<1, y<1 is an infinite area. So the code will never stop. Do you mean -1<x<1, -1<y<1?
Se also:
Jordan
on 15 Jul 2021
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!