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);
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!