MorphologicalComponents[image] gives an array in which each pixel of image is replaced by an integer index representing the connected foreground image component in which the ...
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
NakagamiDistribution[\[Mu], \[Omega]] represents a Nakagami distribution with shape parameter \[Mu] and spread parameter \[Omega].
NArgMax
(Built-in Mathematica Symbol) NArgMax[f, x] gives a position x_max at which f is numerically maximized.NArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is numerically ...
NotebookApply[notebook, data] writes data into a notebook at the current selection, replacing the first selection placeholder in data by the current selection, and then ...
Not
(Built-in Mathematica Symbol) ! expr is the logical NOT function. It gives False if expr is True, and True if it is False.
NumberFieldDiscriminant[a] gives the discriminant of the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
NumberFieldSignature[a] gives the signature of the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
Numerator[expr] gives the numerator of expr.
ObservableModelQ[ss] gives True if the StateSpaceModel object ss is observable, and False otherwise.