how to get Model advisor report name?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ajay krishna Vasanthakumar
el 5 de Nov. de 2020
Comentada: Sudhakar Shinde
el 5 de Nov. de 2020
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 comentarios
Respuestas (1)
Sudhakar Shinde
el 5 de Nov. de 2020
Editada: Sudhakar Shinde
el 5 de Nov. de 2020
Check example:
temp = generateReport(app,'Location',FolderLocation);
[RptPth, RptFile] = fileparts(temp);
2 comentarios
Ver también
Categorías
Más información sobre Simulink Report Generator en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!