问题
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.
回答1:
There are several listed on the c2 wiki. xUnit and mlunit_2008a seem to be the most highly regarded.
回答2:
You can try MATLAB xUnit, which you can download from the MATLAB Central File Exchange.
回答3:
Note: current versions of Matlab (2013a and later) have integrated xUnit directly into Matlab. http://www.mathworks.com/help/matlab/matlab-unit-test-framework.html
来源:https://stackoverflow.com/questions/1417327/matlab-testing-framework