How can I intersect between two cell array?

13 次查看(过去 30 天)
>> SI
SI =
1×2 cell array
[1×2 double] [1×2 double]
>> U=SI{1}
U =
1 2

采纳的回答

JESUS DAVID ARIZA ROYETH
intersect(SI{1},SI{2})
  3 个评论
JESUS DAVID ARIZA ROYETH
but U is double and SI is a cell array and your question is "How can I intersect between two cell array?" can you put an example with the inputs and the desired output?
Mira le
Mira le 2019-12-2
class of U and SI is 'cell'
U have the same of SI

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by