Problem 38. Return a list sorted by number of occurrences
Solution Stats
Problem Comments
-
2 Comments
Chul Min Yeum
on 3 Jan 2020
Good problem!
Ahmed Nazir
on 30 Sep 2020
It is easy if you use matlab function...
useful function ==> categorical, countcats , sort, unique
solution:
https://github.com/AhmedNazir/MatlabCody/blob/master/popularity.m
Solution Comments
-
1 Comment
Ionut Barbu
on 13 Aug 2017
this type of hack solutions should be banned
-
1 Comment
Jonathan
on 29 Aug 2014
The behavior of accumarray has changed. In R2012b, I used I = accumarray(I.', 1); and it worked. I had to remove the transpose to pass the test suite.
-
1 Comment
Clemens Giegerich
on 19 May 2013
Interesting cody behavior by masking anonymous functions with str2num...
-
1 Comment
Baalzamon
on 14 Dec 2012
Test Suite having a hissy fit because it wanted a col not a row o_O
Problem Recent Solvers2133
Suggested Problems
-
Back to basics 11 - Max Integer
755 Solvers
-
568 Solvers
-
323 Solvers
-
965 Solvers
-
807 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!