A C-mex Function to find N largest number in a Matrix
by Changshun Deng
27 Sep 2005
(Updated 28 Sep 2005)
A c-mex function to find N largest number in a matrix.
|
Watch this File
|
| File Information |
| Description |
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 |
| MATLAB release |
MATLAB 6.5.1 (R13SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 28 Sep 2005 |
Jos x
|
|
|
| 04 Oct 2005 |
Changshun Deng
|
|
|
| 04 Oct 2005 |
Changshun Deng
|
|
|
| 22 May 2006 |
Rudran Rudran
|
|
|
| 04 Jun 2006 |
bainhome webID
|
|
|
| 29 Jun 2006 |
Giovani Tonel
|
|
|
|
Contact us at files@mathworks.com