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

Nathan Greco

E-mail

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Nathan View all
Updated File Comments Rating
19 Nov 2009 SendMailGUI Sendmail GUI Author: Marko Neitola

Just an aesthetic note: The color is Terrible. Choose something less intrusive...

04 Nov 2009 howmany Counts occurrencies of numbers in array Counts the number of occurrences of finite values Author: Pekka Kumpulainen

It would be nice if this checked for floating point differences as well.
Ex:
a = [0 0.1 0.2 0.3 0.4];
b = [0:0.1:0.4];
>> [v n] =howmany([a b])
%%%%%%%%%%%%%
v =
                    0
                    0.1
                    0.2
                    0.3
                    0.3
                    0.4
n =
     2
     2
     2
     1
     1
     2

Because the arrays a and b are essentially equal (within eps):
%%%%%%%%%%
>> abs(a-b)<eps
ans =
     1 1 1 1 1
>> isequal(a,b)
ans =
     0
%%%%%%%%%%
you should at least give an option to count them as the same number.

Just my two cents

-Nathan

11 Sep 2009 uipickfiles: uigetfile on steroids Many-featured, platform independent file and directory picker. Author: Douglas Schwarz

Very useful, especially when loading in multiple files at one with a regexp filter. Thanks a lot!

 

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