how to get Model advisor report name?

3 visualizaciones (últimos 30 días)
Ajay krishna Vasanthakumar
Ajay krishna Vasanthakumar el 5 de Nov. de 2020
Comentada: Sudhakar Shinde el 5 de Nov. de 2020
Hello all,
i need to get the path of model advisor report through simulink API. can someone help me out?
Thanks,
V. Ajay Krishna

Respuestas (1)

Sudhakar Shinde
Sudhakar Shinde el 5 de Nov. de 2020
Editada: Sudhakar Shinde el 5 de Nov. de 2020
Check example:
temp = generateReport(app,'Location',FolderLocation);
[RptPth, RptFile] = fileparts(temp);
  2 comentarios
Ajay krishna Vasanthakumar
Ajay krishna Vasanthakumar el 5 de Nov. de 2020
This needs simulink check toolbox :(
Sudhakar Shinde
Sudhakar Shinde el 5 de Nov. de 2020
yup.

Iniciar sesión para comentar.

Categorías

Más información sobre Run Model Advisor Checks en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by