how to find the count of unique values of a column in a array?

9 vues (au cours des 30 derniers jours)
Suresh R
Suresh R le 3 Nov 2021
Commenté : Suresh R le 3 Nov 2021
how to find the count of unique values of a column in a array?
eg. am having values like 5,10,15,20,25,30,35,40,45,50,55,60 which are repeated in one column of a array.
i need count of each elements in that column.

Réponse acceptée

Adam
Adam le 3 Nov 2021
doc histcounts
should give you the number of each of the elements in your array, so long as you parameterise it correctly if you have discrete values.
doc accumarray
should also work for this, probably more simply, although its syntax has often confused me in the past

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by