Binary Search for numeric vector
Version 1.1.0.0 (2,5 ko) par
Dr. Murtaza Ali Khan
Search given value in a sorted vector, returns the index of location where the value is found.
INPUT:
x: vector of numeric values, x should already be sorted in ascending order
(e.g. 2,7,20,...120)
sval: numeric value to be search in x
OUTPUT:
index: index of sval with respect to x. If sval is not found in x then index is empty.
Citation pour cette source
Dr. Murtaza Ali Khan (2024). Binary Search for numeric vector (https://www.mathworks.com/matlabcentral/fileexchange/11287-binary-search-for-numeric-vector), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R14SP2
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Shifting and Sorting Matrices dans Help Center et MATLAB Answers
Tags
Remerciements
Inspiré par : Binary Search
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
binarysearchnumvec/
Version | Publié le | Notes de version | |
---|---|---|---|
1.1.0.0 | BSD License |
||
1.0.0.0 | Spelling corrections in description |