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?

 Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 25 Août 2020
Modifié(e) : Fangjun Jiang le 25 Août 2020

0 votes

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 commentaires

Mikael Almquist
Mikael Almquist le 25 Août 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 le 25 Août 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 le 26 Août 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Produits

Version

R2011b

Community Treasure Hunt

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

Start Hunting!

Translated by