intersection between three circles
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi is there a matlab command able to solve the equations systems in order to achieve the intersection point coordinates between three circles? I know everything about the circles, the centers coordinates and also the radius length. Thank you!
0 commentaires
Réponses (1)
José-Luis
le 7 Mai 2014
If you have the mapping toolbox, then circcirc() works for two circles at a time (in your case you would have to test the three possible combinations.
If you don't have the toolbox, then you can always try the file exchange.
0 commentaires
Voir également
Catégories
En savoir plus sur Computational Geometry 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!