How to plot a disc with a given center c and radius r

Hi friends,
how can i draw a disc which is centered at (x0,y0), which has radius r and which is filled by color c, the circle should be colored in black.

 Akzeptierte Antwort

jgg
jgg am 6 Jan. 2016
Bearbeitet: jgg am 6 Jan. 2016

0 Stimmen

You can use this answer:
But instead of using h = plot(xunit, yunit); use h=fill(xunit,yunit,'k') instead.
The colour c is black 'k' above, but you can change it with a colour spec like this.

Weitere Antworten (1)

Image Analyst
Image Analyst am 7 Jan. 2016

0 Stimmen

Circles, discs, ellipses, arcs, etc. are all covered by the FAQ. See code samples in the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_create_a_circle.3F

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 6 Jan. 2016

Beantwortet:

am 7 Jan. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by