Dec 7, 2005 #1 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
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
Dec 7, 2005 #2 SomptingGuy Automotive Joined May 25, 2005 Messages 8,922 Location GB In a binary search, each itereation depends on the outcome of the previous one. A loop of some sort is inevitable. Upvote 0 Downvote
In a binary search, each itereation depends on the outcome of the previous one. A loop of some sort is inevitable.
Dec 7, 2005 Thread starter #3 ghiotto86 Computer Joined Dec 3, 2005 Messages 5 Location IT and exist a matlab function that make this?? Upvote 0 Downvote