How can i draw a circle and how to draw arrow line?
14 views (last 30 days)
Show older comments
Mehmetcan Topal
on 16 Nov 2017
Commented: Mehmetcan Topal
on 17 Nov 2017
I wanna draw a circle that picture (with -- line ). I used so many codes but i couldn't. Xm, Ym centre of circle and t is grad angle. I wrote some codes and user will some parameters and X,Y,Xm,Ym,t.... will found. I draw some line but i need other lines and text on grap. Is there someone who can help?
3 Comments
Accepted Answer
More Answers (1)
Image Analyst
on 17 Nov 2017
You can use the annotation() function to draw arrows, and viscircles() or rectangle() to draw circles.
See Also
Categories
Find more on Vector Fields in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!