MorphologicalEulerNumber[image] computes the morphological Euler number of regions in a binary image.MorphologicalEulerNumber[image, t] treats values above t as foreground.
MorphologicalGraph[image] gives a graph object that represents the connectivity of the morphological branch points and endpoints of the objects in image after applying ...
MorphologicalPerimeter[image] picks out the morphological perimeter of regions of foreground in image.MorphologicalPerimeter[image, t] treats values above t as foreground.
MoyalDistribution[\[Mu], \[Sigma]] represents a Moyal distribution with location parameter \[Mu] and scale parameter \[Sigma].
MultiedgeStyle is an option for GraphPlot and related functions that specifies how to draw multiple edges.
NeedlemanWunschSimilarity[u, v] gives a number representing the Needleman\[Dash]Wunsch similarity between strings or vectors u and v.
NormalsFunction is an option for Plot3D and related functions that specifies a function to apply to determine the effective surface normals at every point.
NotebookGet[obj] gets the raw expression corresponding to the notebook represented by the notebook object obj. NotebookGet[] gets the raw expression corresponding to the ...
NotebookPrint[expr] sends a notebook containing expr to your default printer.NotebookPrint[notebook] sends the specified notebook to your default printer. ...
NotebookRead[notebook] gives the expression corresponding to the current selection in the specified notebook object.