Binary Search

バージョン 1.0.0.0 (1.55 KB) 作成者: Aroh Barjatya
Binary search of values in a data vector.
ダウンロード: 6.1K
更新 2005/10/20

ライセンスの表示

bsearch(x,var)

Binary search for values specified in vector 'var' within data vector 'x'. The data has to be pre-sorted in ascending or decending order. There is no way to predict how the function will behave if there are multiple numbers with same value. Returns the index values of the searched numbers. If the values in 'var' are outside the range of 'x' then either 1 or length(x) are returned as indices for those values.

引用

Aroh Barjatya (2025). Binary Search (https://www.mathworks.com/matlabcentral/fileexchange/7552-binary-search), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFile Operations についてさらに検索
謝辞

ヒントを与えたファイル: Binary Search for numeric vector

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

update for out of bound values