Counting number of iterations done in a numeric array
1 次查看(过去 30 天)
显示 更早的评论
Hello! I'm new to Matlab and would like some help to get Matlab to count the numbers in an numeric array and then sort the 10 most frequent occurring numbers in descending order. Let's say the array consists of [24 12 10 24 8 8 24 13 13 13 13], I would like Matlab to order these like this 13 = 4 24 = 3 8 = 2 ...and so on.
Thank you! /Henrik
0 个评论
采纳的回答
更多回答(1 个)
Henrik
2012-1-29
1 个评论
Walter Roberson
2012-1-30
You can discard everything after the 10th element, or you can simply choose to print only the first 10 elements.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!