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

1 件のコメント

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 7 月 31 日
What do you mean by transform? Maybe you just want to create a new figure.

サインインしてコメントする。

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 7 月 31 日

0 投票

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 件のコメント

arun kumar
arun kumar 2015 年 7 月 31 日
thanks for the reply.
arun kumar
arun kumar 2015 年 7 月 31 日
編集済み: arun kumar 2015 年 7 月 31 日
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.
arun kumar
arun kumar 2015 年 7 月 31 日
Kindly reply at the earliest

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

タグ

タグが未入力です。

質問済み:

2015 年 7 月 31 日

編集済み:

2015 年 7 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by