Get_Duplicate_array​_with_Index

Versione 1.0.0 (9,27 KB) da Pruthvi G
To find the duplicate Values(String) in the Cell array List
26 download
Aggiornato 8 lug 2019

Visualizza la licenza

%%***********************************************************************************************
% 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

Cita come

Pruthvi G (2025). Get_Duplicate_array_with_Index (https://www.mathworks.com/matlabcentral/fileexchange/72083-get_duplicate_array_with_index), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2011b
Compatibile con R2011b fino a R2019a
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Cell Arrays in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0