findTol

버전 1.2.0.0 (2.08 KB) 작성자: Vinesh Rajpaul
Finds elements in an array that approximate a given value, to within a specified error tolerance.
다운로드 수: 574
업데이트 날짜: 2010/7/22

라이선스 보기

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.

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Matrices and Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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