이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
setdiff for multisets. multisetdiff(A,B) removes repeated elements of A only once for each time they occur in B.
Example:
multisetdiff([1,1,2,2],[1,1,2]) % returns 2
To work with cell arrays of strings or using the rows feature this version requires LEXCMP (see below). The current version does not work for non-string cell arrays (unless you have an implementation of SORT for cell arrays). Non-cell arrays can in principle be any objects for which SORT, SIGN, MINUS and comparison operations are defined.
See the help for more details.
인용 양식
Ben Petschel (2026). multisetdiff (https://kr.mathworks.com/matlabcentral/fileexchange/25267-multisetdiff), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: lexcmp
