Distribution of points in a cellular layout

2 ビュー (過去 30 日間)
Khadija Khan
Khadija Khan 2018 年 4 月 18 日
コメント済み: Khadija Khan 2018 年 4 月 19 日
I have a cellular lay out. I have n number of points randomly distributed in this layout. I just want to restrict 0.15*n i.e. 15% of these points in each inner circle. Like there is 60% of n points in the inner cells and 40% of n in outer circle. Here is some input regarding the graph:
R1=1000; % Radius of outer circle
R2=250; % radius of inner circles
n=100; % no. of points
C1=[0 0]; % Center of outer circles a
C2=[500 433.012701892219]; center of the inner circles are
C3=[-500 -433.012701892219];
C4=[-500 433.012701892219];
C5=[500 -433.012701892219];
Is it possible to implement?
  1 件のコメント
Khadija Khan
Khadija Khan 2018 年 4 月 19 日
Is it a very complex question? Do I need to elaborate it more. Wondering why no updates so far?

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by