are script based unit test supported by matlab 2017a?
5 ビュー (過去 30 日間)
古いコメントを表示
Hi all, I am learning MatLab but I am not an engineer
are script based unit test supported by matlab 2017a?
How can I understand from the online documentation what is the accepted format I have to use for 2017a?
I copied the example on a folder but when I try to run Matlab output tell me that there is not test on that folder
2 件のコメント
Steven Lord
2022 年 7 月 22 日
I copied the example on a folder but when I try to run Matlab output tell me that there is not test on that folder
Can you show us the code you used to try to run the tests in that folder and the output that MATLAB displayed? The exact text of whatever message MATLAB displayed may help us offer guidance on how to successfully run those tests.
採用された回答
Cris LaPierre
2022 年 7 月 22 日
編集済み: Cris LaPierre
2022 年 7 月 22 日
The functions associated with script-based unit tests were introduced by R2016a. So yes, script-based unit tests are supported in R2017a.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!