Distinguish random points per grid

Is there any way to make different groups of points that belongs to different grid?
For example, in this figure, how we can notify that which point belong to which grid? and make set for each grid?

回答 (1 件)

KSSV
KSSV 2017 年 5 月 9 日

0 投票

3 件のコメント

Asim Ismail
Asim Ismail 2017 年 5 月 9 日
I think that is different, if you see my code it will give you some view. What i want is to make groups of points for each grid.
a=rand(2,100)*100;
scatter(a(1,:),a(2,:))
grid on
set(gca,'xtick',[0:33.33333:100])
set(gca,'ytick',[0:33.33333:100])
KSSV
KSSV 2017 年 5 月 9 日
No it is the same....it will separate the points depending on the grid.
Asim Ismail
Asim Ismail 2017 年 5 月 9 日
編集済み: Asim Ismail 2017 年 5 月 9 日
Then how can we get data set for each grid out of that algorithm?

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

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

質問済み:

2017 年 5 月 9 日

編集済み:

2017 年 5 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by