intersect between a double and a (complicated) cell array
古いコメントを表示
I have a double array A

and I have a cell array B

I want to extract the values in array A, that also are contained in the sixth column of array B.
Ηow this can be achieved?
3 件のコメント
Walter Roberson
2021 年 11 月 6 日
The 6th column contains cell entries, but you did not tell us anything about the structure of those cell entries.
What output structure do you need? Do you want to know the elements of A that appear anywhere in any entry in column 6? Do you want to know, for each row of B, which elements of A that appear anywhere in any entry in that row of column 6? Do you need a breakdown of locations per entry in A ?
Ioannis Vourvachakis
2021 年 11 月 6 日
編集済み: Ioannis Vourvachakis
2021 年 11 月 6 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrices and Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!