how to get Model advisor report name?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello all,
i need to get the path of model advisor report through simulink API. can someone help me out?
Thanks,
V. Ajay Krishna
0 Kommentare
Antworten (1)
Sudhakar Shinde
am 5 Nov. 2020
Bearbeitet: Sudhakar Shinde
am 5 Nov. 2020
Check example:
temp = generateReport(app,'Location',FolderLocation);
[RptPth, RptFile] = fileparts(temp);
2 Kommentare
Siehe auch
Kategorien
Mehr zu Simulink Report Generator finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!