Rank: 48 based on 660 downloads (last 30 days) and 13 files submitted
photo

Steve Eddins

E-mail
Company/University
The MathWorks, Inc.
Lat/Long
42.299213, -71.350655

Personal Profile:

MATLAB user since 1987. MathWorker since 1993. MATLAB and image processing software development manager. http://blogs.mathworks.com/steve/

Professional Interests:

 

Watch this Author's files

 

Files Posted by Steve View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Jul 2011 Screenshot im2html.m Convert image pixels to HTML table showing pixel colors and values Author: Steve Eddins image processing 17 0
19 Nov 2010 Published MATLAB Files MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins unit test, mtest, xunit, this is a great work ..., testing, test 223 102
  • 5.0
5.0 | 30 ratings
16 May 2010 TIMEIT Benchmarking Function TIMEIT.M measures the time required to call a user-specified function Author: Steve Eddins potw, timeit, time benchmark, utilities, execution time, pick of the week 50 8
  • 5.0
5.0 | 6 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 image file, tiff, png, resolution, dpi, width 15 3
  • 5.0
5.0 | 4 ratings
17 Sep 2009 Screenshot Upslope area functions Functions for computing and visualizing upslope area, influence map, dependence map Author: Steve Eddins hydrology, dem, earth sciences, upslope area, flow direction, hi 17 7
  • 5.0
5.0 | 3 ratings
Comments and Ratings by Steve View all
Updated File Comments Rating
20 Dec 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Maddy, I'm sorry, but I am not familiar with the details of deploying applications using the MATLAB Compiler.

20 Dec 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Maddy, the directory containing your tests needs to be on the MATLAB path in order for MATLAB to run the test code found in that directory.

15 Dec 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Jan, if all the tests are in the same directory, and if you only want to run a subset of the tests, but there's no naming pattern to easily select the desired subset, then ... the only suggestion I can think of is to write a script to automate the tediousness of typing in all the test file names manually.

05 Dec 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Jan, write a function to do it. How do you know which test cases should be selected? By some name pattern, or some other criteria?

02 Dec 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins

Jan, try using the static method TestSuite.fromTestCaseClassName().

Comments and Ratings on Steve's Files View all
Updated File Comment by Comments Rating
31 Jan 2012 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins Federico

Is there a reason why 'runtests' ignores scripts (rather than functions)? If I forget the useless line 'function testBLAH' at the beginning of a test case, then that test is silently ignored. This does not seem a sound practice, since it can lead to unnoticed failure. I strongly suggest you to fix this behaviour, unless it is intended for some reason.

09 Jan 2012 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 Arun

awesome..it was very useful

21 Dec 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins Patrice

I am discovering this usefull framework and testing with examples.
It seems that package content isn't taken in account running

runtests test_packageName
or
runtests 'xunit.mocktests'

The suite.TestComponents is always empty.

Thanks for your help.

20 Dec 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins Eddins, Steve

Maddy, I'm sorry, but I am not familiar with the details of deploying applications using the MATLAB Compiler.

20 Dec 2011 MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins Maddy

I am creating the following function:

function mytests
runtests('/opt/tests');
end

So now I build this function by running deploytool and I give the path for the additional libraries as /opt/tests and the path for the source files of functions I am testing in my tests. Then I run the generated executable from the unix command line which is outside the MATLAB environment. It gives me the same error.
If I call runtests('/opt/tests') on the MATLAB command line it works fine.

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
20 Jul 2011 Screenshot im2html.m Convert image pixels to HTML table showing pixel colors and values Author: Steve Eddins image processing 17 0
19 Nov 2010 Published MATLAB Files MATLAB xUnit Test Framework MATLAB xUnit is a unit test framework for MATLAB code. Author: Steve Eddins unit test, mtest, xunit, this is a great work ..., testing, test 223 102
  • 5.0
5.0 | 30 ratings
16 May 2010 TIMEIT Benchmarking Function TIMEIT.M measures the time required to call a user-specified function Author: Steve Eddins potw, timeit, time benchmark, utilities, execution time, pick of the week 50 8
  • 5.0
5.0 | 6 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 image file, tiff, png, resolution, dpi, width 15 3
  • 5.0
5.0 | 4 ratings
17 Sep 2009 Screenshot Upslope area functions Functions for computing and visualizing upslope area, influence map, dependence map Author: Steve Eddins hydrology, dem, earth sciences, upslope area, flow direction, hi 17 7
  • 5.0
5.0 | 3 ratings

Contact us at files@mathworks.com