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!