How to use 'setdiff' func. on cells

4 次查看(过去 30 天)
a and b are cells and I want to do this:
setdiff(a,b);

采纳的回答

madhan ravi
madhan ravi 2019-3-19
cellfun(@setdiff,a,b,'un',0)

更多回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by