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!