Clear Filters
Clear Filters

close autosar update report

2 views (last 30 days)
Melih
Melih on 23 May 2024
Answered: Anurag Ojha on 13 Jun 2024
How to close autosar update report with script e.g. after running updateModel(ar, 'abc')

Answers (1)

Anurag Ojha
Anurag Ojha on 13 Jun 2024
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:

Categories

Find more on AUTOSAR Blockset in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!