Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Data manipulate: how to get smallest level of two attributes

1 vue (au cours des 30 derniers jours)
QuanCCC
QuanCCC le 26 Mar 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
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.

Réponses (0)

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by