how to get Model advisor report name?

3 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

Sudhakar Shinde
Sudhakar Shinde il 5 Nov 2020
Modificato: Sudhakar Shinde il 5 Nov 2020
Check example:
temp = generateReport(app,'Location',FolderLocation);
[RptPth, RptFile] = fileparts(temp);

Categorie

Scopri di più su Run Model Advisor Checks in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by