Testsuite for Matlab 2011b?

4 views (last 30 days)
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?

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 25 Aug 2020
Edited: Fangjun Jiang on 25 Aug 2020
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 Comments
Fangjun Jiang
Fangjun Jiang on 25 Aug 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 on 26 Aug 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.

Sign in to comment.

More Answers (0)

Products


Release

R2011b

Community Treasure Hunt

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

Start Hunting!