close autosar update report

2 ビュー (過去 30 日間)
Melih
Melih 2024 年 5 月 23 日
回答済み: Anurag Ojha 2024 年 6 月 13 日
How to close autosar update report with script e.g. after running updateModel(ar, 'abc')

回答 (1 件)

Anurag Ojha
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:

カテゴリ

Help Center および File ExchangeAUTOSAR Blockset についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by