Code covered by the BSD License  

Highlights from
ARGMAX/ARGMIN

image thumbnail
from ARGMAX/ARGMIN by Marco Cococcioni
This set of functions efficiently compute argument of maximum/minimum for vectors and matrices.

contents.m

% ARGMAX/ARGMIN for vectors and matrices based on MEX functions
% Source code written in C.
%
% General information.
%   argmax.m               - Argument(s) of maximum/maxima, for vectors/matrices
%   argmin.m               - Argument(s) of minimum/minima, for vectors/matrices
%   argmaxmin_mex.m        - M-file containing help for MEX function argmaxmin_mex
%   argmaxmin_mex.c        - Source code for MEX function argmaxmin_mex
%   argmaxmin_mex_make.m   - This script builds MEX function 'argmaxmin_mex' by compiling argmaxmin_mex.c
%   argmaxmin_mex(.mexw32) - The (Win32) MEX function as a dinamically loaded library (DLL)
%   argmax_demo.m          - Demo which shows the usefulness of the MEX function argmaxmin_mex








Contact us at files@mathworks.com