image thumbnail

updated 24 days ago

1D Non-derivative Peak Finder by Tristan Ursell

Up-sample and filter noisy data to find peaks without using derivatives. (extrema, min, local)

varargout =peakfind(x_data,y_data,varargin)

image thumbnail

updated 3 months ago

Min/Max selection by Bruno Luong

Search for k smallest or largest elements in the array (min, sorting, max)

buildInternal_mxArrayDef(mxArraydefFilename)

getmexopts(Tag)

maxk(varargin)

image thumbnail

updated 7 months ago

findNsmallest by Mattias Karlsson

Finds the N smallest values in the input. Very fast. (mex, min, fast)

findNsmallest.m

image thumbnail

updated 1 year ago

Min and Max for Array by Durga Lal Shrestha

Find kth smallest or largest values and their indices. (min, max, largest k)

minmax(data,varargin)

image thumbnail

updated 1 year ago

MINN(x) returns the overall minimum value of matrix x by Brenden Epps

MINN(x) returns the overall minimum value of matrix x (min)

minn(x)

image thumbnail

updated 2 years ago

Closest value(s) from a list by Javier Lopez-Calderon

Returns the closest value from a list for each target value (find, min, vector)

closest(data, target)

image thumbnail

updated 2 years ago

MinMaxElem by Jan Simon

Min and max element and index - C-Mex faster than MIN/MAX (min, max, cmex)

MinMaxElem(varargin) %#ok<VANUS,STOUT>

uTest_MinMaxElem(doSpeed)

image thumbnail

updated 3 years ago

Max or Min position in a matrix by Damilola Ogunbiyi

Used to obtain the particular position where a maximum or minimum occurs in a matrix. (find, findit, max)

position=findit(inmat, opt);

image thumbnail

updated 4 years ago

smallestMin by Brian Schrameck

The smallest component of all vector and/or matrix inputs. (smallest, min)

smallestMin (varargin)

image thumbnail

updated 4 years ago

Extrema by Leo Ka

my_extrema finds the positions of the extrema in each matrix column. (min, max, extrema)

my_extrema( mat )

image thumbnail

updated 4 years ago

Binary array expansion function by Paolo de Leva

element-by-element binary operations (e.g. plus, times, eq, gt) with array expansion (AX) enabled. (array expansion, bsxfun, array)

baxfun(f, a, b, shiftA, shiftB)

testBAXFUN()

image thumbnail

updated almost 5 years ago

maxflow by Miki Rubinstein

A wrapper library for Boykov and Kolmogorov max-flow/min-cut implementation (cut, max, min)

edges4connected(height,width)

maxflow(A,T)

test1()

image thumbnail

updated almost 5 years ago

2D minimal segments distance by Roberto Olmi

Computes the minimal distace between two segments (2d, euclidean, segments)

d=segDistance(P,Q)

image thumbnail

updated 5 years ago

NaN Suite by Jan Gläscher

Descriptive Statistics for N-D matrices ignoring NaNs. (mean, sem, max)

nanmax(a,dim,b)

nanmean(x,dim)

nanmedian(x,dim)

image thumbnail

updated 5 years ago

A simple min cut algorithm by Yohai Devir

Find a minimal cut in a graph keeping a set of vertices together (mincut, cut, min)

MinCut(SourceVertices, WeightedGraph)

image thumbnail

updated almost 6 years ago

Maximum Or Minimum for N Dimension Array by Serhend Arvas

These functions return the subscripts of the maximum or minimum in an Array (maximum, max, min)

Output=maxNsarvas(V)

Output=minNsarvas(V)

[mn,idx,col]=minn(A)

image thumbnail

updated 7 years ago

max_min by M MA

Get extremes of series. (relative extremes, series, extreme)

max_min(x,disp)

image thumbnail

updated 8 years ago

min /max for arrays by Sergei Koptenko

min max extension into array. (max2, array, min)

max2(A);

min2(A);

image thumbnail

updated 11 years ago

General Extra Toolbox by Frederico D'Almeida

Generic functions for matrix manipulation, image processing, etc. (fft, index, matrices)

COUNT(X)

Y =addpaths(varargin)

Y=pad(varargin)

Contact us