Simulink name logged runs

2 ビュー (過去 30 日間)
Reuben Symons
Reuben Symons 2017 年 12 月 2 日
回答済み: Nick Choi 2017 年 12 月 4 日
I would like to name my Simulink runs from a Matlab script. I have a script which runs my model changing three variables to between the original value +10% and -10% to get the complete permutation of all possible runs if a variable is high or low. I would like to then use the simulation data inspector to see how the different inputs have changed the logged output. I would like to give each run a name so that I can easily inspect it. I can't see anyway to set the Name property without changing the entire file name. Is this possible? If not how can I set the description from matlab script.

回答 (1 件)

Nick Choi
Nick Choi 2017 年 12 月 4 日
You can name a run with a string to facilitate data inspection by utilizing a function call similar to this one:
Simulink.sdi.createRun('MyRunName');
Once the model is simulated, this function call will name the run 'MyRunName'.
The following documentation page provides additional information on how to use the 'Simulink.sdi.createRun' function:

カテゴリ

Help Center および File ExchangeEvent Functions についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by