close autosar update report
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to close autosar update report with script e.g. after running updateModel(ar, 'abc')
0 commentaires
Réponses (1)
Anurag Ojha
le 13 Juin 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:
0 commentaires
Voir également
Catégories
En savoir plus sur AUTOSAR Blockset dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!