how to get Model advisor report name?
1 回表示 (過去 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
0 件のコメント
回答 (1 件)
Sudhakar Shinde
2020 年 11 月 5 日
編集済み: Sudhakar Shinde
2020 年 11 月 5 日
Check example:
temp = generateReport(app,'Location',FolderLocation);
[RptPth, RptFile] = fileparts(temp);
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!