target detection
이전 댓글 표시
Do anyone know how to draw a circle whose radius and center points are given. Then i need to check whether other given positions lies inside the circle?
답변 (1개)
Jan
2011년 3월 17일
1 개 추천
Do you want to check this by looking on the plotted diagram? A more reliable test is calculating the distance between the position and the center of the circle: If the position is smaller than the radius, the point is inside the circle.
카테고리
도움말 센터 및 File Exchange에서 Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!