how to get Model advisor report name?

2 vues (au cours des 30 derniers jours)
Ajay krishna Vasanthakumar
Hello all,
i need to get the path of model advisor report through simulink API. can someone help me out?
Thanks,
V. Ajay Krishna

Réponses (1)

Sudhakar Shinde
Sudhakar Shinde le 5 Nov 2020
Modifié(e) : Sudhakar Shinde le 5 Nov 2020
Check example:
temp = generateReport(app,'Location',FolderLocation);
[RptPth, RptFile] = fileparts(temp);
  2 commentaires
Ajay krishna Vasanthakumar
This needs simulink check toolbox :(
Sudhakar Shinde
Sudhakar Shinde le 5 Nov 2020
yup.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Run Model Advisor Checks dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by