How can I present a Simulink.Parameter object with all his properties in a Report(Report Generator)?

1 回表示 (過去 30 日間)
How can I present a Simulink. Parameter object with all his properties in a Report(Report Generator)?
  1 件のコメント
Maura
Maura 2017 年 4 月 7 日
But is it possible to present only the Simulink.parameter object and avoid the other parameters?

サインインしてコメントする。

採用された回答

Paul Kinnucan
Paul Kinnucan 2017 年 4 月 6 日
編集済み: Paul Kinnucan 2017 年 4 月 6 日
  1. Insert a Simulink Workspace Variable Loop component in your report setup.
  2. Append a Simulink Workspace Variable component to the loop component. This will cause the Report Generator to report on all workspace variables used by your model, including Simulink.Parameter objects.
For an example of how to do this and other common Simulink reporting tasks:
  1. Select File->Reports->System Design Description from the Simulink editor's menu bar. This opens the SDD options dialog.
  2. Select Customize Content. This opens a copy of the SDD setup file in the Report Explorer that you can customize. The standard setup file reports on most things that you want to know about a model.
  2 件のコメント
Maura
Maura 2017 年 4 月 7 日
But is it possible to present only the Simulink.parameter object and avoid the other parameters?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Report Generator についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by