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

C. Chaya

E-mail
Company/University
Rensselaer Polytechnic Institute

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by C. Chaya View all
Updated File Comments Rating
27 Aug 2009 Binary Search for numeric vector Search given value in a sorted vector, returns the index of location where the value is found. Author: Dr. Murtaza Khan

Works great. Want to use 'index' rather than 'x(index)' to find the location, as in :

x = sort(randint(1,100,[0,400]));
sval=12;
index = binarysearchasc(x,sval);
index

27 Aug 2009 Binary Search Binary search of values in a data vector. Author: Aroh Barjatya

07 Apr 2009 Polar Coordinates Transform Polar Coordinates Transform Author: Javier Montoya

Hi wahab --

%pcimg=iapolarcoord(im);-' %pcimg=impolarcoord(im); are both wrong.
The name of the m-file is imgpolarcoord , so you use imgpolarcoord(im)
 

16 Mar 2009 SC - powerful image rendering Useful tool for rendering and outputting information rich images Author: Oliver Woodford

Otherwise, an excellent job. would give it 4.5 stars if the rating system would let me.

16 Mar 2009 SC - powerful image rendering Useful tool for rendering and outputting information rich images Author: Oliver Woodford

Doesn't show subplot titles. Must use

set(get(gca, 'Title'), 'Visible', 'on'); as a workaround.

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com