Rank: 79 based on 668 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
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 33 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 43 5
  • 5.0
5.0 | 2 ratings
04 Aug 2009 Published M-Files MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins unit test, xunit, testing, test, this is a great work ..., mtest 94 20
  • 5.0
5.0 | 9 ratings
31 Dec 2008 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 66 6
  • 5.0
5.0 | 4 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 40 4
  • 4.0
4.0 | 3 ratings
Comments and Ratings by Steve View all
Updated File Comments Rating
02 Feb 2010 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Arthur,

Thanks for the report. I'll investigate and prepare an update.

04 Aug 2009 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Nick, thanks for the error report about assertElementsAlmostEqual and assertVectorsAlmostEqual. I uploaded a new version (2.0.1) today that fixes the problem.

04 Aug 2009 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Nick, the behavior with your setupdata function is a feature. See the doc page called "How to Write Tests That Share Common Set-Up Code."

http://www.mathworks.com/matlabcentral/fx_files/22846/6/content/matlab_xunit/doc/html/exTestFixtures.html

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

Ryan, I decided not to do the sprintf-style conversion specifiers in the assert functions, as least for now. My experience designing syntaxes for MATLAB and toolbox functions makes me shy away from a syntax design with an indefinite set of trailing arguments, as in sprintf. Such a syntax design makes it difficult to expand the syntax to support other options in the future. For now, you can just inline a call to sprintf directly in the call to the assertion functions.

06 May 2009 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Ryan and Guido, the Help Browser team has identified the problem and is trying to fix the problem for the next MATLAB release. In the meantime, you can try this workaround: Put the MTEST directory after the MATLAB directories in your path, instead of before them.

Ryan, thanks for the enhancement suggestion. I have received several good suggestions, and I plan to work on an MTEST update soon.

Comments and Ratings on Steve's Files View all
Updated File Comment by Comments Rating
27 Feb 2010 Image overlay Overlay a binary mask onto an image using a specified color Author: Steve Eddins ZHOU, TIAN

thanks. used in my code. will upload soon

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

Arthur,

Thanks for the report. I'll investigate and prepare an update.

02 Feb 2010 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins Arthur

I love this library; this makes testing in MATLAB nearly painless.

I've found one small bug in how error messages are handled in version 2.0.1 -- if your data contains characters which are meaningful to sprintf (backslashes in a Windows path, for example), the message is truncated and you get warnings about invalid escape sequences. Adding the following line to the end of comparisonMessage.m will insert the necessary escapes in the error message:

msg = strrep(strrep(msg, '%', '%%'), '\', '\\');

10 Nov 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 Yufei

06 Nov 2009 Image overlay Overlay a binary mask onto an image using a specified color Author: Steve Eddins James

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
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 33 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 43 5
  • 5.0
5.0 | 2 ratings
04 Aug 2009 Published M-Files MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins unit test, xunit, testing, test, this is a great work ..., mtest 94 20
  • 5.0
5.0 | 9 ratings
31 Dec 2008 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 66 6
  • 5.0
5.0 | 4 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 40 4
  • 4.0
4.0 | 3 ratings
 

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