How can i plot a circle through 3 points?
the points are:
X Y Z
point 1: 80,2 314,5 2,5
point 2: 86,7 303,3 2,4
point 3: 73,7 303,3 2,4
Thank you

답변 (1개)

Joseph Cheng
Joseph Cheng 2015년 3월 20일

0 개 추천

You'll find the center point of the circle by finding the intersection of two lines.
Start off by calculating the line equation for two lines pairs say points 1 to 2 and 2 to 3. then the center point is the intersections of the perpendicular bisection of these two lines.
a quick online search has diagrams here http://www.mathopenref.com/const3pointcircle.html

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2015년 3월 20일

답변:

2015년 3월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by