findTol

Finds elements in an array that approximate a given value, to within a specified error tolerance.
574 Downloads
Updated Thu, 22 Jul 2010 04:45:01 +0000

View License

Finding elements in an array that approximate a given value, to within a specified error tolerance, is a common task. This very simple script automates this task and furthermore outputs the relevant elemental indices in order of smallest to largest error, making it easy to select only the n closest matches.
Either a relative, percent or absolute error tolerance may be specified. Numeric arrays of all dimensions are supported.

Cite As

Vinesh Rajpaul (2024). findTol (https://www.mathworks.com/matlabcentral/fileexchange/27298-findtol), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP3
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Matrices and Arrays in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.2.0.0

Implemented some of Jan Simon's suggested improvements

1.1.0.0

Fixed a problem with sorting row vectors that caused the script to crash

1.0.0.0