How to find similar rows in two dataset?

2 次查看(过去 30 天)
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.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by