How to find similar rows in two dataset?

2 Ansichten (letzte 30 Tage)
soheil radfar
soheil radfar am 30 Mai 2022
Beantwortet: KSSV am 30 Mai 2022
Hi,
I have two datasets, A and B.
I want to find and filter rows in A based on the rows in B.
In other words, I have set of "Dates" in B and my goal is to find the corresponding values of these dates in A.
Could anyone please help me in this regard?
P.S: A is zipped within the file "Aa.zip"
Thanks in advance.

Antworten (1)

KSSV
KSSV am 30 Mai 2022
Read about ismember.
Load bot the files into MATLAB using readtable and then use ismember.

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by