Counting number of iterations done in a numeric array
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Henrik
el 29 de En. de 2012
0 votos
1 comentario
Walter Roberson
el 30 de En. de 2012
You can discard everything after the 10th element, or you can simply choose to print only the first 10 elements.
Categorías
Más información sobre Shifting and Sorting Matrices en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!