Is it possible to generate a System Design Description programmatically?

We have a build server that we are using to generate and build code from our Simulink models. We were hoping to generate System Design Descriptions with each build. Is there a way to invoke the Simulink Report Generator programatically so that our build server can output System Design Description reports for us?

댓글 수: 3

Hi, have managed to find a solution? Thank you
One possible solution I found is:
  • click on “Customize” in the System Design Description GUI
  • customize the report and changed Directory, Filename, Title with the weird (template language?) syntax %<MyString>
  • save the report as a .rpt file
  • call report(‘MyReport.rpt’)
Looks like the built-in function
gensdd()
might do it? The documentation says that this outputs a "system design report" though. Not sure what the difference is, haven't used it yet.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulink Report Generator에 대해 자세히 알아보기

태그

질문:

2016년 2월 16일

댓글:

2022년 11월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by