draw projection from a point inside circle and find where it touches circle
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
sita
el 2 de Feb. de 2015
Respondida: Image Analyst
el 4 de Feb. de 2015
Hi, I would like to draw projection from a point inside circle and find where it touches circle.(x4,y4) is my point inside circle.(x1-a)^2+(y1-a)^2=r^2 is my circle equation.I want to draw a tangent where it touches circle.Please help me with some example.
Thanks, Sita
0 comentarios
Respuesta aceptada
Image Analyst
el 4 de Feb. de 2015
To draw a tangent line where it crosses the circle, you first need to know where it crosses. To know that you need more than just (x4,y4), you need to know the angle that you send out the line from that point. Obviously it will hit the circle at different places depending on the angle of the line emanating from that point.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!