Binary Search for numeric vector

Search given value in a sorted vector, returns the index of location where the value is found.

Ahora está siguiendo esta publicación

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.

Citar como

Dr. Murtaza Ali Khan (2026). Binary Search for numeric vector (https://es.mathworks.com/matlabcentral/fileexchange/11287-binary-search-for-numeric-vector), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: Binary Search

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.1.0.0

BSD License

1.0.0.0

Spelling corrections in description