are script based unit test supported by matlab 2017a?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Fabio Rondina
el 22 de Jul. de 2022
Comentada: Fabio Rondina
el 22 de Jul. de 2022
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 comentarios
Steven Lord
el 22 de Jul. de 2022
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.
Respuesta aceptada
Cris LaPierre
el 22 de Jul. de 2022
Editada: Cris LaPierre
el 22 de Jul. de 2022
The functions associated with script-based unit tests were introduced by R2016a. So yes, script-based unit tests are supported in R2017a.
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!