close autosar update report
2 ビュー (過去 30 日間)
古いコメントを表示
How to close autosar update report with script e.g. after running updateModel(ar, 'abc')
0 件のコメント
回答 (1 件)
Anurag Ojha
2024 年 6 月 13 日
Hi Melih
In order to close autosar update report with script you can execute following command:
ma = Simulink.ModelAdvisor.getModelAdvisor('Model Name')
closeReport(ma)
You can refer to following MATLAB documentation to know more about closeReport:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で AUTOSAR Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!