how to make rectangle in circle?
Ältere Kommentare anzeigen
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 19 Nov. 2022
0 Stimmen
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 Kommentare
Sierra
am 20 Nov. 2022
Image Analyst
am 20 Nov. 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
am 20 Nov. 2022
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


