How to use 'setdiff' func. on cells

2 ビュー (過去 30 日間)
IBM watson
IBM watson 2019 年 3 月 19 日
コメント済み: madhan ravi 2019 年 3 月 19 日
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)
  2 件のコメント
IBM watson
IBM watson 2019 年 3 月 19 日
Thanks. Is there a page that I can learn more about this function ?
madhan ravi
madhan ravi 2019 年 3 月 19 日

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by