MathieuCharacteristicExponent[a, q] gives the characteristic exponent r for Mathieu functions with characteristic value a and parameter q.
MathieuCPrime[a, q, z] gives the derivative with respect to z of the even Mathieu function with characteristic value a and parameter q.
MathieuGroupM11[] represents the sporadic simple Mathieu group M_11.
MathieuGroupM12[] represents the sporadic simple Mathieu group M_12.
MathieuSPrime[a, q, z] gives the derivative with respect to z of the odd Mathieu function with characteristic value a and parameter q.
MaxDetect[image] gives a binary image in which white pixels correspond to constant extended maxima in image.MaxDetect[image, h] finds extended maxima where the range of ...
MaxStepSize is an option to functions like NDSolve that specifies the maximum size of a single step used in generating a result.
MaxSteps is an option to functions like NDSolve that specifies the maximum number of steps to take in generating a result.
MeanShiftFilter[image, r, d] replaces each pixel with the mean of the pixels in a range-r neighborhood and whose value is within a distance d.MeanShiftFilter[array, r, d] ...
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.