close autosar update report

8 次查看(过去 30 天)
Melih
Melih 2024-5-23
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 CenterFile Exchange 中查找有关 AUTOSAR Blockset 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by