Clear Filters
Clear Filters

How can i draw a circle and how to draw arrow line?

7 views (last 30 days)
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
Mehmetcan Topal
Mehmetcan Topal on 16 Nov 2017
So how can i write line's name, and arrow line symbol?
Rik
Rik on 16 Nov 2017
quiver and text are the two functions you are looking for.

Sign in to comment.

Accepted Answer

Nicolas Schmit
Nicolas Schmit on 17 Nov 2017

More Answers (1)

Image Analyst
Image Analyst on 17 Nov 2017
You can use the annotation() function to draw arrows, and viscircles() or rectangle() to draw circles.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!