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

 采纳的回答

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 个评论

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.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Annotations 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by