MATLAB testing framework

前端 未结 3 664
再見小時候
再見小時候 2021-02-13 15:03

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 o

相关标签:
3条回答
  • 2021-02-13 15:28

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

    0 讨论(0)
  • 2021-02-13 15:46

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

    0 讨论(0)
  • 2021-02-13 15:47

    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

    0 讨论(0)
提交回复
热议问题