I'm currently working with Simulink in Matlab 2011b and I need to test the model functionality. Ideally, I would like to setup multiple testcases for my Simulink model similar to the testsuite in later versions. Is this possible in Matlab 2011b? If not, are there any ways to work around it?

 Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 25 de Ag. de 2020
Editada: Fangjun Jiang el 25 de Ag. de 2020

0 votos

For many common cases, using the Signal Builder block to provide the testing signals/vectors is sufficient. You can create multiple tabs, each for a testing case. You can run all the testing cases with one click.

3 comentarios

Mikael Almquist
Mikael Almquist el 25 de Ag. de 2020
My model has about 100 inputs and 100 outputs and I would like to run 50-200 different test cases to show pass or fail. The simplest way for me would be if there is any way to define testcases in matlab functions. Is this possible or do I have to add everything in the Signal Builder GUI?
Fangjun Jiang
Fangjun Jiang el 25 de Ag. de 2020
That won't be practical using the Signal Builder block. You could utilize the Data Import/Export to run the simulation. Using MATLAB script, you could construct the input data, run the simulation, collect the output, make minor modification for another testing case, and run the simulation again. It is all dorable, maybe not as convenient as in the latest MATLAB version with the toolbox.
Mikael Almquist
Mikael Almquist el 26 de Ag. de 2020
Thank you, I guess that will be the easiest solution for me with Data Import and Export blocks and to run the Simulink model using the sim command.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Productos

Versión

R2011b

Preguntada:

el 25 de Ag. de 2020

Comentada:

el 26 de Ag. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by