I want to draw a circle (as a radius) for each point ,draws the circle one by one

1 visualización (últimos 30 días)
I want to draw a circle (as a radius) for each point ,draws the circle one by one NB:r is the radios and (x,y) is coordiante of point

Respuesta aceptada

Image Analyst
Image Analyst el 2 de Nov. de 2015
Come back with your code if you still can't figure it out.
  3 comentarios
Image Analyst
Image Analyst el 2 de Nov. de 2015
So just put into a for loop where you're generating the center and radius for each circle.
for k = 1 : numCircles
xCenter = .....whatever.....
yCenter = .....
radius = ......
% Code to draw a circle follows....
end

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by