how to make rectangle in circle?
Mostrar comentarios más antiguos
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 19 de Nov. de 2022
0 votos
See the FAQ:
Then plot it with plot and then for each x and y value you want find the end points of a line segment and use line() or plot() to draw the line from one side of the circle to the other. It's easy but if you really can't figure it out then write back.
3 comentarios
Sierra
el 20 de Nov. de 2022
Image Analyst
el 20 de Nov. de 2022
You do not ned to know the crossing/intersection coordinates of the vertical and horizontal lines inside the circle. All you need to know for the horizontal lines is the y value and the two points on the circle closest to that y value. Similar for the lines in the other direction. But it looks like @Matt J suggested a different approach and you accepted that so I won't proceed with my approach.
Sierra
el 20 de Nov. de 2022
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


