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 Downloads
Updated 11 Jun 2012

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Tables in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0