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!