are script based unit test supported by matlab 2017a?

조회 수: 1 (최근 30일)
Fabio Rondina
Fabio Rondina 2022년 7월 22일
댓글: Fabio Rondina 2022년 7월 22일
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
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.
Fabio Rondina
Fabio Rondina 2022년 7월 22일
found the solution Steve, I just needed to remove them from the package and store them on a folder that does not has the + sign at the beginning and everything worked as expected. Thanks anyway

댓글을 달려면 로그인하십시오.

채택된 답변

Cris LaPierre
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.
  댓글 수: 1
Fabio Rondina
Fabio Rondina 2022년 7월 22일
Thanks Cris that at least clarify that the problem is related to something I did not set correctly

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by