Compare 2 Cell Arrays and add equal values into 3rd Array

Hi,
I'm new in learning Matlab and I'm trying to compare two Cell Arrays and get the result into another "result-Array", where the equal data of both strings are in.
I tried result = arrayA == arrayB but I get the Error: Undefined operator '==' for input arguments of type 'cell'.
Can someone please help me to get a solution?
Thanks for your answers!

 採用された回答

RiHo
RiHo 2019 年 11 月 25 日
編集済み: RiHo 2019 年 11 月 25 日

0 投票

Hello.
Have you tried the intersect() matlab built-in function?

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet Started with MATLAB についてさらに検索

質問済み:

2019 年 11 月 25 日

コメント済み:

2019 年 11 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by