Finding 3 largest values in a matrix

8 views (last 30 days)
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?

Accepted Answer

Star Strider
Star Strider on 29 Mar 2021
If you have R2017b or later, the maxk function will likely be useful.
  4 Comments
Star Strider
Star Strider on 29 Mar 2021
As always, my pleasure!
Matt J — Thank you for the amplification.

Sign in to comment.

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!