Finding 3 largest values in a matrix
32 views (last 30 days)
Show older comments
Youssef Chehade
on 29 Mar 2021
Commented: Star Strider
on 29 Mar 2021
Consider I have a large matrix (say 24*30), is there a way to find the three largest values?
I know that we can find the biggest value using this command:
max(A, [], 'all')
But is there another way around this?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!