Trying to colour a circle but not all only one qudrant want to colour

1 次查看(过去 30 天)
How can i colour a quadrant of circle by yellow and rest by any colour

回答(1 个)

KALYAN ACHARJYA
KALYAN ACHARJYA 2020-10-3
编辑:KALYAN ACHARJYA 2020-10-3
viscircles([0,0],1);
hold on;
alpha=linspace(0,90)/180*pi;
% Manage Angles ^^ here Quadrant angles
patch([0 cos(alpha) 0], [0 sin(alpha) 0], 'b');
axis off;
Disclaimer: 2nd part of the code from Thorsten this answer
Result

类别

Help CenterFile Exchange 中查找有关 Colormaps 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by