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!