You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This is a C-Mex Fucntion to find n largest number in a matrix.
>> x=randperm(20);
>> nmax(x,5)
ans =
20 19 18 17 16
>> nthmax(x,5)
ans =
16
Cite As
Changshun Deng (2026). A C-mex Function to find N largest number in a Matrix (https://www.mathworks.com/matlabcentral/fileexchange/8568-a-c-mex-function-to-find-n-largest-number-in-a-matrix), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (6.22 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
