close autosar update report

How to close autosar update report with script e.g. after running updateModel(ar, 'abc')

Respuestas (1)

Anurag Ojha
Anurag Ojha el 13 de Jun. de 2024

0 votos

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:

Categorías

Productos

Versión

R2023b

Etiquetas

Preguntada:

el 23 de Mayo de 2024

Respondida:

el 13 de Jun. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by