Azzera filtri
Azzera filtri

close autosar update report

2 visualizzazioni (ultimi 30 giorni)
Melih
Melih il 23 Mag 2024
Risposto: Anurag Ojha il 13 Giu 2024
How to close autosar update report with script e.g. after running updateModel(ar, 'abc')

Risposte (1)

Anurag Ojha
Anurag Ojha il 13 Giu 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:

Categorie

Scopri di più su AUTOSAR Blockset in Help Center e File Exchange

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by