Unique Rows for a cell array

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

Al momento, stai seguendo questo contributo

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.

Cita come

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

Riconoscimenti

Ispirato: uniqueCells

Categorie

Scopri di più su Operators and Elementary Operations in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release 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