MinDetect[image] gives a binary image in which white pixels correspond to constant extended minima in image.MinDetect[image, h] finds extended minima where the range of ...
MinFilter[image, r] filters image by replacing every value by the minimum in its range r neighborhood. MinFilter[data, r] applies min filtering to an array of data.
MinimalPolynomial[s, x] gives the minimal polynomial in x for which the algebraic number s is a root.
MinimalStateSpaceModel[ss] gives the minimal state-space model of the StateSpaceModel object ss.
Minimize[f, x] minimizes f with respect to x.Minimize[f, {x, y, ...}] minimizes f with respect to x, y, .... Minimize[{f, cons}, {x, y, ...}] minimizes f subject to the ...
Min
(Built-in Mathematica Symbol) Min[x_1, x_2, ...] yields the numerically smallest of the x_i. Min[{x_1, x_2, ...}, {y_1, ...}, ...] yields the smallest element of any of the lists.
Minors
(Built-in Mathematica Symbol) Minors[m] gives the minors of a matrix m. Minors[m, k] gives the k\[Null]\[Null]^th minors.
MinStableDistribution[\[Mu], \[Sigma], \[Xi]] represents a generalized minimum extreme value distribution with location parameter \[Mu], scale parameter \[Sigma], and shape ...
Minus
(Built-in Mathematica Symbol) -x is the arithmetic negation of x.
MinusPlus[x] displays as \[MinusPlus]x.MinusPlus[x, y, ...] displays as x \[MinusPlus] y \[MinusPlus] ....