Unique Rows for a cell array

Find unique rows of a cell array containing columns with strings or scalars, or N-D matrices

이 제출물을 팔로우합니다

unique(cA,'rows') does not work for cell arrays, the rows entry is ignored (at least as of 2009b). This function handles this case. It works for strings or scalars or both, but each column must contain only one or the other.

인용 양식

Jim Hokanson (2026). Unique Rows for a cell array (https://kr.mathworks.com/matlabcentral/fileexchange/25917-unique-rows-for-a-cell-array), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: uniqueCells

카테고리

Help CenterMATLAB Answers에서 Operators and Elementary Operations에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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

Increased speed. Put in support for matrices. Put in options for the usual additional outputs for a "unique" function in Matlab.

1.0.0.0