Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Binary search in Matlab

Status
Not open for further replies.

ghiotto86

Computer
Joined
Dec 3, 2005
Messages
5
Location
IT
HI all.

I would want to know if exist a function that make this search or
exist a way to make this without loop.

thanks all.
bye
 
In a binary search, each itereation depends on the outcome of the previous one. A loop of some sort is inevitable.
 
and exist a matlab function that make this??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top