searching for the particular point value from the two different data sets

조회 수: 4 (최근 30일)
Aman
Aman 2023년 2월 2일
편집: the cyclist 2023년 2월 2일
I am trying to search and extract the particular point values (at some coordinates) from two different datasets but the problem is the index numbers in both datasets are different. I am comparing the data for the particular points so it might be same for the same coordinates but not for the same index. How can I compare them?

답변 (1개)

the cyclist
the cyclist 2023년 2월 2일
편집: the cyclist 2023년 2월 2일
Without more detail about how your dataset is structured (e.g. do you have two vectors, or arrays, or tables?), it is not possible to give specific suggestions.
Generically, you might find the ismember and intersect functions useful.

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by