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

3 vues (au cours des 30 derniers jours)
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

Réponse acceptée

Image Analyst
Image Analyst le 2 Nov 2015
Come back with your code if you still can't figure it out.
  3 commentaires
Walter Roberson
Walter Roberson le 2 Nov 2015
What does "the circle of the second point" mean?
Image Analyst
Image Analyst le 2 Nov 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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Parallel Computing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by