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

Find the index for the repetition terms in a cell % [ids a] = idrepetition(A) % linrenwen@gmail.co
179 descargas
Actualizado 11 jun 2012

Ver licencia

% [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'}';

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Tables en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0