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 件のコメント

Francesco Mecocci
Francesco Mecocci 2021 年 9 月 21 日
Hi, have managed to find a solution? Thank you
Francesco Mecocci
Francesco Mecocci 2021 年 9 月 22 日
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’)
men8th
men8th 2022 年 11 月 8 日
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 ExchangeSimulink Coder についてさらに検索

タグ

質問済み:

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