Get_Duplicate_array​_with_Index

Version 1.0.0 (9,27 ko) par Pruthvi G
To find the duplicate Values(String) in the Cell array List
25 téléchargements
Mise à jour 8 juil. 2019

Afficher la licence

%%***********************************************************************************************
% Name : Get_Duplicate_array_with_Index
% Author : Pruthvi Raj G - KPIT_RNTBCI :: (9677066394 :: www.prudhvy.com )
% Version : Version 1.0 - 2011b Compactible
% Description : To find the duplicate Values(String) in the Cell array List.
% Input : Cell Array List
% Date : 08-April-2019
%**********************************************************************************************%%
[Duplicate_Names, Duplicate_Index] = Get_Duplicate_array_with_Index(Cell_Array_list)

Example :

>> Array = [{'raj'},{'krish'},{'raj'},{'king'}];
>> [Duplicate_Names, Duplicate_Index] = Get_Duplicate_array_with_Index(Array)

Duplicate_Names =

'raj'

Duplicate_Index =

[1x2 double] = 1 3

Citation pour cette source

Pruthvi G (2024). Get_Duplicate_array_with_Index (https://www.mathworks.com/matlabcentral/fileexchange/72083-get_duplicate_array_with_index), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011b
Compatible avec les versions R2011b à R2019a
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Cell Arrays dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0