Filter löschen
Filter löschen

how i can fill a circle with different styles like striped,...?

1 Ansicht (letzte 30 Tage)
vatankhah
vatankhah am 31 Mär. 2014
i have circle with specified raduis and center:
r1=10;
x1=20; y1=30;
i draw it like this:
nd = 50;
angle = 0:2*pi/nd:2*pi;
x0 = x1 + r1 *cos(angle); y0 = y1 + r1 *sin(angle);
figure
plot(x0,y0,'k')
axis equal
i want to fill this circle in striped mode or other styles.
Does anyone know how I can do these things?

Antworten (0)

Kategorien

Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by