Clear Filters
Clear Filters

how to find overlapping circles in matlab

4 views (last 30 days)
how can i find if the two circles that i have defined are overlapping for the two conditions when the circle coordinates are known and when the circles are at random locations can you please help me sort this out thank you in advance
  2 Comments
Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh on 27 May 2015
Hi,
Your question is very vague! What sort of data do you have? Are we talking about some sort of equation? Do you have the perimeter data of two circles? Do you have radius and center?!
Your problem is clear to yourself not to us (or at leas me) really!
Thanks
arjun ramanujam
arjun ramanujam on 27 May 2015
here i am talking about when i have the where i have the the center and radius and if the circles are defined in a random fashion is there a method to find if they are overlapping or not??

Sign in to comment.

Answers (1)

Roger Stafford
Roger Stafford on 27 May 2015
Two circles will overlap if and only if the distance between their centers is less than or equal to the sum of their radii.

Categories

Find more on 2-D and 3-D Plots 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!