How to find similar rows in two dataset?

2 ビュー (過去 30 日間)
soheil radfar
soheil radfar 2022 年 5 月 30 日
回答済み: KSSV 2022 年 5 月 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 Center および File ExchangeData Type Conversion についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by