overlap between between multiple circles using circcirc

1 vue (au cours des 30 derniers jours)
KalMandy
KalMandy le 24 Mar 2017
Hi all,
I have 10 circles with random center positions but with same radius (but the radius, R= r1:r2). I want to find the intersection points where these circles overlap with eachother at each value of the radius. How can I find these points/ x,y coordinates using the circcirc function inside a for loop?
Thank you.
  1 commentaire
Asatur Khurshudyan
Asatur Khurshudyan le 20 Déc 2019
Modifié(e) : Asatur Khurshudyan le 20 Déc 2019
Did you find the answer? I encountered the same problem. This post seem to give an answer.

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 24 Mar 2017
Try poly2mask()
  5 commentaires
Image Analyst
Image Analyst le 25 Mar 2017
In some cases there will not be coordinates since the circles do not overlap.
KalMandy
KalMandy le 25 Mar 2017
yes i know, my problem is the way i have written [xout,yout] =circcirc... .This only gives the answer for the last case (intersection between circle 9 and 10 with radius r2). maybe it has to be written [xout(i),yout(i)] ?? but this doesnot work too.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by