Rank: 34300 based on 0 downloads (last 30 days) and 0 files submitted
photo

woonsang cho

E-mail
Company/University
Brown University

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by woonsang View all
Updated File Comments Rating
12 Jun 2009 Binary Serach of rows of M-by-N Matrix Binary Search that is based on sum of column values of rows of input M-by-N Matrix Author: Dr. Murtaza Khan

sorry I realized that it should be ordered by the sum. thank you

12 Jun 2009 Binary Serach of rows of M-by-N Matrix Binary Search that is based on sum of column values of rows of input M-by-N Matrix Author: Dr. Murtaza Khan

It works for small matrices, but it does not work for some larger matrices. Please run and check the following statement:

bsearchmatrows([5 6; 2 3 ; 1 2 ; 1 1; 0 0],[5 6])

ans =
     []

Obviously it should return '1', but it doesn't. Please help us fix this bug. Thank you,

Contact us at files@mathworks.com