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

조회 수: 6 (최근 30일)
Suresh R
Suresh R 2021년 11월 3일
댓글: Suresh R 2021년 11월 3일
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.

채택된 답변

Adam
Adam 2021년 11월 3일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by