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

1 回表示 (過去 30 日間)
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

採用された回答

Image Analyst
Image Analyst 2015 年 11 月 2 日
Come back with your code if you still can't figure it out.
  3 件のコメント
Walter Roberson
Walter Roberson 2015 年 11 月 2 日
What does "the circle of the second point" mean?
Image Analyst
Image Analyst 2015 年 11 月 2 日
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

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by