How to use 'setdiff' func. on cells

2 views (last 30 days)
IBM watson
IBM watson on 19 Mar 2019
Commented: madhan ravi on 19 Mar 2019
a and b are cells and I want to do this:
setdiff(a,b);

Accepted Answer

madhan ravi
madhan ravi on 19 Mar 2019
cellfun(@setdiff,a,b,'un',0)
  2 Comments
IBM watson
IBM watson on 19 Mar 2019
Thanks. Is there a page that I can learn more about this function ?

Sign in to comment.

More Answers (0)

Categories

Find more on Structures in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!