Rank: 78 based on 596 downloads (last 30 days) and 12 files submitted
photo

Steve Eddins

E-mail
Company/University
The MathWorks, Inc.
Lat/Long
42.29917, -71.35136

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Steve View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Jul 2010 Published MATLAB Files MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins unit test, xunit, testing, test, potw, this is a great work ... 170 34
  • 5.0
5.0 | 12 ratings
16 May 2010 TIMEIT Benchmarking Function TIMEIT.M measures the time required to call a user-specified function Author: Steve Eddins timeit, potw, time benchmark, execution time, utilities 83 6
  • 5.0
5.0 | 5 ratings
16 Oct 2009 IMWRITESIZE Write image file with specified width and resolution Write a TIFF or PNG image file with specified width (inches) and resolution (dpi). Author: Steve Eddins width, tiff, resolution, image file, dpi, png 14 0
  • 5.0
5.0 | 1 rating
17 Sep 2009 Screenshot Upslope area functions Functions for computing and visualizing upslope area, influence map, dependence map Author: Steve Eddins flow direction, hi, earth sciences, upslope area, very nice work i trie..., dem 25 7
  • 5.0
5.0 | 3 ratings
22 Apr 2008 Screenshot Visualize output of BWLABEL The function VISLABELS is used to visualize the output of BWLABEL. Author: Steve Eddins connected, bwlabel, gui, component, labeling, display 28 4
  • 4.0
4.0 | 3 ratings
Comments and Ratings by Steve View all
Updated File Comments Rating
08 Jul 2010 Upslope area functions Functions for computing and visualizing upslope area, influence map, dependence map Author: Steve Eddins

Bard, I am not doing any active algorithm development in this area right now, and I have no plans to enhance this submission. You might want to take a look at Wolfgang Schwanghart's TopoToolbox: http://physiogeo.unibas.ch/topotoolbox/

23 Jun 2010 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

I have submitted an update that corrects the problem with test cases in packages reported Jared Jacobs on June 16, 2010.

16 Jun 2010 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

I've submitted new version 3.0.1 to fix the problem with handling TestCase subclasses inside packages. It should show up on the File Exchange in a day or two.

Here's my fix to the methodIsConstructor function inside TestSuite.m:

function result = methodIsConstructor(method)
method_name = method.Name;
if ~isempty(method.DefiningClass.ContainingPackage)
    method_name = [method.DefiningClass.ContainingPackage.Name, '.', ...
        method_name];
end
result = strcmp(method_name, method.DefiningClass.Name);
end

16 Jun 2010 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Jared - sorry about that. I'll work on a fix right away.

09 Jun 2010 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

William - Thanks. I'll make the fix.

Comments and Ratings on Steve's Files View all
Updated File Comment by Comments Rating
19 Aug 2010 TIMEIT Benchmarking Function TIMEIT.M measures the time required to call a user-specified function Author: Steve Eddins Romero-Antequera, David

15 Jul 2010 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins David

This has literally changed how I think about and write software! TYVM!

08 Jul 2010 Upslope area functions Functions for computing and visualizing upslope area, influence map, dependence map Author: Steve Eddins Eddins, Steve

Bard, I am not doing any active algorithm development in this area right now, and I have no plans to enhance this submission. You might want to take a look at Wolfgang Schwanghart's TopoToolbox: http://physiogeo.unibas.ch/topotoolbox/

07 Jul 2010 Upslope area functions Functions for computing and visualizing upslope area, influence map, dependence map Author: Steve Eddins R., Bard

Great algorithm, how would modify it to include flow length as well?

23 Jun 2010 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins Eddins, Steve

I have submitted an update that corrects the problem with test cases in packages reported Jared Jacobs on June 16, 2010.

Top Tags Applied by Steve
annotation, display, gui, accumula, approximation
Files Tagged by Steve View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Jul 2010 Published MATLAB Files MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins unit test, xunit, testing, test, potw, this is a great work ... 170 34
  • 5.0
5.0 | 12 ratings
16 May 2010 TIMEIT Benchmarking Function TIMEIT.M measures the time required to call a user-specified function Author: Steve Eddins timeit, potw, time benchmark, execution time, utilities 83 6
  • 5.0
5.0 | 5 ratings
16 Oct 2009 IMWRITESIZE Write image file with specified width and resolution Write a TIFF or PNG image file with specified width (inches) and resolution (dpi). Author: Steve Eddins width, tiff, resolution, image file, dpi, png 14 0
  • 5.0
5.0 | 1 rating
17 Sep 2009 Screenshot Upslope area functions Functions for computing and visualizing upslope area, influence map, dependence map Author: Steve Eddins flow direction, hi, earth sciences, upslope area, very nice work i trie..., dem 25 7
  • 5.0
5.0 | 3 ratings
22 Apr 2008 Screenshot Visualize output of BWLABEL The function VISLABELS is used to visualize the output of BWLABEL. Author: Steve Eddins connected, bwlabel, gui, component, labeling, display 28 4
  • 4.0
4.0 | 3 ratings

Contact us at files@mathworks.com