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 CenterFile Exchange에서 Structures에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by