Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Data manipulate: how to get smallest level of two attributes

조회 수: 1 (최근 30일)
QuanCCC
QuanCCC 2019년 3월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi,
I have a table A of points data has 4 columns
ID longitude latitude location
1 117 56 1155
2 117 57 1155
3 118 56 1155
4 118 57 1156
5 119 56 1156
6 117 59 1156
ID column has unique value. Longitude and latitude repeats. location means the ID data located into some polygons.
How can I shoose from the table A but to make sure: 1) at least one point (ID) from each 'location' value. More than one is also acceptable. 2) the chosen data's lon and lat should have the smallest number of records (levels). If talbe B is the points I choose:
unique(B(:,longitude))*unique(B(:,latitude))
is the smallest. (It doesn't matter if the unique(B(:longitude)) or the unique(B(:latitude)) is the smallest.

답변 (0개)

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by