I am using MATLAB R2008a, what testing framework is available and what is recommended. the need for comprehensive from having to refactor a 5 kloc matlab application to Matlab oop.
A:
Hi
I've never come across a Matlab-specific test framework but I've never missed one either. I've always been happy enough to knock up some Matlab to test Matlab.
Not much help to you. Sorry.
Regards
Mark
High Performance Mark
2009-09-13 17:55:00
+4
A:
You can try MATLAB xUnit, which you can download from the MATLAB Central File Exchange.
Steve Eddins
2009-09-13 17:59:01
I tried it, but it couldn't find my tests. Using Matlab R2008b 7.7 and Windows 7
Jader Dias
2009-09-21 22:42:47
The most likely explanation for what you are seeing is some problem in the test files. Can you post a sample test file so I can look at it? See also my answer to the question you posted about this.
Steve Eddins
2009-09-22 11:45:57
+5
A:
There are several listed on the c2 wiki. xUnit and mlunit_2008a seem to be the most highly regarded.
Richie Cotton
2009-09-14 09:55:11