multisetdiff

like setdiff, but any repeated elements of A are removed only once for each time they occur in B

이 제출물을 팔로우합니다

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

카테고리

Help CenterMATLAB Answers에서 Characters and Strings에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

added support for inf/nan values

1.0.0.0