I want to create a three circles which are looks like in Venn diagram

1 view (last 30 days)
hello, i am krishna i am doing my masters degree, in my project i want the code to create three circles which are equal to three coverage areas of networks. Can any one help me in this regard. Thanks & Regards Krishna

Answers (1)

Walter Roberson
Walter Roberson on 21 May 2012
You can use the rectangle() comand to draw a circle. (Yes, seriously.)
  2 Comments
Walter Roberson
Walter Roberson on 21 May 2012
Edited: Walter Roberson on 9 Jul 2012
rectangle() also draws ellipses that are aligned with the x or y axes. I could imagine, though, that perhaps the user might turn out to need ellipses that are are tilted with respect to the axes; that is one thing that rectangle() cannot handle.

Sign in to comment.

Categories

Find more on Line Plots 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!