Filter löschen
Filter löschen

close autosar update report

5 Ansichten (letzte 30 Tage)
Melih
Melih am 23 Mai 2024
Beantwortet: Anurag Ojha am 13 Jun. 2024
How to close autosar update report with script e.g. after running updateModel(ar, 'abc')

Antworten (1)

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

Kategorien

Mehr zu AUTOSAR Blockset finden Sie in Help Center und File Exchange

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by