intersection between three circles
显示 更早的评论
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!
回答(1 个)
José-Luis
2014-5-7
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Computational Geometry 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!