How to transform the below quadrant plot in to a semicircle plot?

1 view (last 30 days)

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 31 Jul 2015
fill([-1 1 1 -1 ],[0 0 1 1 ],'b')
hold on
w=0:0.1:pi
x=cos(w)
y=sin(w)
plot(x,y,'w','linewidth',6)
h=area(x,y,'facecolor',[1 0 0])
  3 Comments
arun kumar
arun kumar on 31 Jul 2015
Edited: arun kumar on 31 Jul 2015
Acoording to the code given by you, the mirror image is obtained. I want the two quadrant images to be merged to a single image to get a semicircular portion.

Sign in to comment.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!