A C-mex Function to find N largest number in a Matrix

A c-mex function to find N largest number in a matrix.
1,2K Downloads
Aktualisiert 28 Sep 2005

Keine Lizenz

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

Zitieren als

Changshun Deng (2024). 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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R13SP1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Input Specification finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0