idrepetition: Find the index for the repetition terms in a cell

Version 1.0.0.0 (1,24 KB) von Renwen Lin
Find the index for the repetition terms in a cell % [ids a] = idrepetition(A) % linrenwen@gmail.co
179 Downloads
Aktualisiert 11 Jun 2012

Lizenz anzeigen

% [ids a] = idrepetition(A)
% linrenwen@gmail.com
% Example
% A = ['1' '2'
% '1' '3'
% '4' '3'];
% [ids a] = idrepetition(A)
% ==>
% ids{1} = {1 2}
% ids{2} = {4}
% ids{1} = {5 6}
% ids{1} = {3}
% a = {'1' '2' '3' '4'}';

Zitieren als

Renwen Lin (2024). idrepetition: Find the index for the repetition terms in a cell (https://www.mathworks.com/matlabcentral/fileexchange/37094-idrepetition-find-the-index-for-the-repetition-terms-in-a-cell), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Tables finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0