No unittest package found in Matlab 2015b
1 次查看(过去 30 天)
显示 更早的评论
I don't have the folder toolbox/matlabtestframework in 2015b though the help function can find it. I used to have it in Matlab 2013b
0 个评论
采纳的回答
Andy Campbell
2015-12-7
You should have the relevant code, although it's possible t moved locations. Type
>> what runtests
to see where the test framework lives, although you shouldn't actually need to know where it lives or rely on its location.
0 个评论
更多回答(2 个)
Adam
2015-12-2
编辑:Adam
2015-12-2
\MATLAB\R2015b\toolbox\matlab\testframework
appears to be where this functionality is located. Assuming that is the same folders and code that are in the location you mention (I don't have R2013b installed any more to check).
Are you sure that isn't where it has always been and you aren't just missing a '/'?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!