Access Summary report data of Simulink models

4 ビュー (過去 30 日間)
Rashmi Bharadwaja
Rashmi Bharadwaja 2016 年 8 月 24 日
回答済み: ES 2017 年 8 月 2 日
Hello everyone,
I am a student and very new to Matlab/Simulink. I am running ModelAdvisor on a Simulink model to check for unconnected lines and ports. Here is my code,
CheckIDList ={'mathworks.maab.db_0081'}; SysList={unit};
check_signals = ModelAdvisor.run(SysList,CheckIDList);
This in turn generates a Summary report showing if the test is a pass/fail. I would like to know two things.
1. Can I open the summary report directly (without using command window)? I tried using url(''); but the summary url should be replaced for each model.
2. Is it possible to access the 'Systems passed' or 'Systems failed' parameter and use it in a matlab script?
Could someone help me with this?
Thanks in advance,
Rashmi

採用された回答

ES
ES 2017 年 8 月 2 日
All model advisor apis are described here. https://in.mathworks.com/help/simulink/slref/simulink.modeladvisor.html

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeManual Performance Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by