フィルターのクリア

How can I plot circles of different diameters within a square?

1 回表示 (過去 30 日間)
Neysa
Neysa 2012 年 7 月 17 日
I need help to create code which will generate circles of different diameters within a square geometry. The circles cannot overlap. I am an amateur at using Matlab and any ideas will be greatly appreciated.

採用された回答

Kevin Claytor
Kevin Claytor 2012 年 7 月 17 日
  3 件のコメント
Kevin Claytor
Kevin Claytor 2012 年 7 月 17 日
This error often occurs when functions are used as scripts. You'll want to save the function as a .m file with the same name (growbubbles.m), then you call it from the command window / your scripts with;
ptrads = growbubbles(ptsIn)
That is, you don't need the 'function' keyword when calling functions from the command window / scripts. It is used to declare a .m file as a function rather than a script.
Neysa
Neysa 2012 年 7 月 19 日
thank you very much!! i got it to work. Could you please explain what is the distance map? What exactly does the distance map give you? Is it the distances between the randomly generated points?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by