How to find similar rows in two dataset?

2 views (last 30 days)
soheil radfar
soheil radfar on 30 May 2022
Answered: KSSV on 30 May 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.

Answers (1)

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

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!