Sorting into equal sized bins
5 次查看(过去 30 天)
显示 更早的评论
Hello,
I have ~72000 elements in a matrix and I want to sort those elements into 10 equally sized bins (not equally spaced). Is there a function that will allow me to find what the ranges are of each of the bins? So each bin should have ~7200 elements and I'd like to know what value the first group has to be above, the second group, etc.
Thanks in advance!
0 个评论
采纳的回答
John D'Errico
2014-2-14
So, if you did a sort, then what would the 7200th element tell you? The 14400th element? Etc?
更多回答(1 个)
另请参阅
类别
在 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!