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

Gary

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Gary View all
Updated File Comments Rating
21 Jan 2011 quickfind Quickly finds an element in a sorted list. If not found, returns -index of next smaller element. Author: Peter O'Connor

I'm confused by this. If the list is sorted, why wouldn't you use a binary search? For my simple test, a FEX binary search is considerably faster than this. I'm not meaning to be critical - just wondering what problem this addresses that a binary search doesn't.
A=1:10000;
tic
for indx=1:10000
    loc=quickfind(indx,A);
end
quickfindTime=toc

16 Dec 2010 Function to make a 2D histogram Make 2D histogram on pairs of (x,y) data Author: Sisi Ma

Doug Hull posted a video showing how to do this without for loops: http://blogs.mathworks.com/videos/2010/01/22/advanced-making-a-2d-or-3d-histogram-to-visualize-data-density/

30 Nov 2010 saveSameSize Easily print/export figure at on-screen size Author: Richard Quist
15 Oct 2010 gmail a reasonably secure wrapper for sendmail that configures, and deletes, settings for gmail servers Author: Naor Movshovitz

Your regexp to check whether the sender email address is valid does not allow for email addresses with numbers in them.

23 Sep 2010 plot_google_map Plot a google map on the background of the current figure using the Static Google Maps API. Author: Zohar Bar-Yehuda

Contact us at files@mathworks.com