circumference of a circle covered by other intersecting cirlces

1 view (last 30 days)
I have a circles with given same radius and their center coordinates. How can I find out whether the circumference of a circle is covered by other intersecting circles in that plane

Answers (1)

Guillaume
Guillaume on 7 Jan 2015
This hasn't got much to do with matlab.
Two circles will intersect iff the distance between their centre is less than the sum of their radii.
  1 Comment
Pawan Mehra
Pawan Mehra on 7 Jan 2015
Dear Sir, I just want to see whether the circumference of a circle is completely covered by other cirlces in the plance or not.
Intersection can be easily found by circcirc function
Thanks in advance

Sign in to comment.

Categories

Find more on Language Fundamentals 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!