how to get Model advisor report name?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Sudhakar Shinde
on 5 Nov 2020
Edited: Sudhakar Shinde
on 5 Nov 2020
Check example:
temp = generateReport(app,'Location',FolderLocation);
[RptPth, RptFile] = fileparts(temp);
2 Comments
See Also
Categories
Find more on Simulink Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!