iddober
iddober

Reputation: 1264

MATLAB testing framework

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.

Upvotes: 13

Views: 1357

Answers (3)

John
John

Reputation: 5913

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

Upvotes: 2

Richie Cotton
Richie Cotton

Reputation: 121127

There are several listed on the c2 wiki. xUnit and mlunit_2008a seem to be the most highly regarded.

Upvotes: 10

Steve Eddins
Steve Eddins

Reputation: 1311

You can try MATLAB xUnit, which you can download from the MATLAB Central File Exchange.

Upvotes: 9

Related Questions