how to get Model advisor report name?

2 次查看(过去 30 天)
Hello all,
i need to get the path of model advisor report through simulink API. can someone help me out?
Thanks,
V. Ajay Krishna

回答(1 个)

Sudhakar Shinde
Sudhakar Shinde 2020-11-5
编辑:Sudhakar Shinde 2020-11-5
Check example:
temp = generateReport(app,'Location',FolderLocation);
[RptPth, RptFile] = fileparts(temp);

类别

Help CenterFile Exchange 中查找有关 Run Model Advisor Checks 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by