Access Summary report data of Simulink models
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
ES
2017-8-2
All model advisor apis are described here. https://in.mathworks.com/help/simulink/slref/simulink.modeladvisor.html
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Run Model Advisor Checks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!