findnearest.m

Find the nearest value in an array to a test value.
6.6K Downloads
Updated 23 Dec 2002

No License

Find the index or subscripts of the nearest value in an array to a test value. A bias argument can be included to only return values greater or less than the search value.

Cite As

Thomas Benson (2024). findnearest.m (https://www.mathworks.com/matlabcentral/fileexchange/2838-findnearest-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Improved to optionally include the found nearest value as a third output argument (V).