Unique Rows for a cell array

バージョン 1.1.0.0 (2.98 KB) 作成者: Jim Hokanson
Find unique rows of a cell array containing columns with strings or scalars, or N-D matrices
ダウンロード: 4.5K
更新 2009/11/29

ライセンスの表示

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 (2024). Unique Rows for a cell array (https://www.mathworks.com/matlabcentral/fileexchange/25917-unique-rows-for-a-cell-array), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersOperators and Elementary Operations についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: uniqueCells

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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