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

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

Have a read here and here. It will greatly improve your chances of getting an answer.
You can use the Euler identity: (rho*cos(theta),rho*sin(theta) follows a circle around the origin with radius rho. You can easily transpose that.
So how can i write line's name, and arrow line symbol?
quiver and text are the two functions you are looking for.

Sign in to comment.

More Answers (1)

You can use the annotation() function to draw arrows, and viscircles() or rectangle() to draw circles.

Categories

Tags

Community Treasure Hunt

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

Start Hunting!