How to use 'setdiff' func. on cells

3 vues (au cours des 30 derniers jours)
IBM watson
IBM watson le 19 Mar 2019
Commenté : madhan ravi le 19 Mar 2019
a and b are cells and I want to do this:
setdiff(a,b);

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by