現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
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 (2026). Binary Search (https://jp.mathworks.com/matlabcentral/fileexchange/7552-binary-search), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: Binary Search for numeric vector
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 | update for out of bound values |
