data storage, reduce the repeated elements, recurrence

1 vue (au cours des 30 derniers jours)
hamed amini
hamed amini le 25 Août 2017
Commenté : Jan le 25 Août 2017
if input is:
a = [5 5 1 6 6 6 4 4 2]
how to get the output as:
elements: [5 1 6 4 2]
recurrence: [2 1 3 2 1]

Réponse acceptée

Stephen23
Stephen23 le 25 Août 2017
Modifié(e) : Stephen23 le 25 Août 2017
  3 commentaires
Adam
Adam le 25 Août 2017
RunLength.c is definitely included in the download zip
Jan
Jan le 25 Août 2017
@hamed: Click on the "Download" button on the top right to obtain the zip file, which contains the required C file. You need a C compiler to convert the C file to a mex function. Alternatively you can use the slower RunLength_M version.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by