|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
NearestFunction
NearestFunction[data]
represents a function whose values give the elements closest to an element that is supplied.
DetailsDetails
- NearestFunction works like Function.
- NearestFunction is generated by Nearest[data].
- NearestFunction[...][x] gives the element closest to a particular element x.
- NearestFunction[...][x, n] gives the n nearest elements.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
