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?

 採用された回答

Fangjun Jiang
Fangjun Jiang 2020 年 8 月 25 日
編集済み: Fangjun Jiang 2020 年 8 月 25 日

0 投票

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 件のコメント

Mikael Almquist
Mikael Almquist 2020 年 8 月 25 日
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 2020 年 8 月 25 日
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 2020 年 8 月 26 日
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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeEvent Functions についてさらに検索

製品

リリース

R2011b

Community Treasure Hunt

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

Start Hunting!

Translated by