MeshShading is an option for plotting functions that gives lists of colors to use for regions between mesh divisions.
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 ...
Missing
(Built-in Mathematica Symbol) Missing[] represents data that is missing.Missing["reason"] specifies a reason for the data being missing.Missing["reason", expr] associates the expression expr with the ...
MorletWavelet[] represents a Morlet wavelet.
MorphologicalBinarize[image, {t_1, t_2}] creates a binary image from image by replacing all values above the upper threshold t_2 with 1, also including pixels with ...
MorphologicalGraph[image] gives a graph object that represents the connectivity of the morphological branch points and endpoints of the objects in image after applying ...
MouseAnnotation[] gives any mouse annotation associated with the expression at the current mouse position.
MultiedgeStyle is an option for GraphPlot and related functions that specifies how to draw multiple edges.
Names
(Built-in Mathematica Symbol) Names["string"] gives a list of the names of symbols which match the string. Names[patt] gives a list of names matching the arbitrary string pattern patt.
NextPrime[n] gives the next prime above n.NextPrime[n, k] gives the k\[Null]^th prime above n.